-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off combined.csv
file warnings for intermediate callbacks in watcher
#393
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a question about the removed build_callbacks
code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
What is the purpose of this PR?
Closes #387. The new watcher setup means we'll be defaulting to using intermediate callbacks for plotting QC and MPH metrics. This means
combined.csv
files, normally removed at the end of the watcher, now get removed after every FOV. The warning that gets thrown as a result can appear several times on cohorts with many FOVs, which we want to turn off in this situation.How did you implement your changes
Pass a
warn_overwrite
flag to the relevant functions. Also include this check for QC combined file generation and overwriting.Remaining issues
Need testing on a live run, per the usual.