If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
In the normalization notebook, mph_run_dir is passed into plot_detector_voltage() before it is created, which causes an error if a user it running 4b without running the watcher notebook first.
Also fixes a minor readme typo.
How did you implement your changes
Simply move up the os.makedirs() call in the notebook, to avoid any issues.
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
In the normalization notebook,
mph_run_dir
is passed intoplot_detector_voltage()
before it is created, which causes an error if a user it running 4b without running the watcher notebook first.Also fixes a minor readme typo.
How did you implement your changes
Simply move up the
os.makedirs()
call in the notebook, to avoid any issues.Remaining issues
NA