Ability to treat holes in run + Smaller fixes#1854
Ability to treat holes in run + Smaller fixes#1854sawenzel merged 2 commits intoAliceO2Group:masterfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Hi, Thanks! Do I understand that only exclusion is foreseen (no white list)? Cheers, Chiara |
| return False | ||
|
|
||
| # read txt file into a pandas dataframe ---> if this fails catch exception and return | ||
| df = pd.read_csv(filename, header=None, names=["Run", "From", "To", "Message"]) |
There was a problem hiding this comment.
Note that the CTFReader accepts delimiters like ,, ;, space and tab.
There was a problem hiding this comment.
I did this based on the example file that was given to me. Wouldn't it be easier to have a simple rule for this file?
And I am not sure that space as a delimiter is useful because the example file contained words like FC unstable which would probably be split incorrectly.
Will make the code more generic tomorrow. For now it works and I need to have it in the nightly tag for testing tomorrow/
Don't know. So far, we only talked about exclusion. Can add the other thing later. |
https://its.cern.ch/jira/browse/O2-5626