-
Notifications
You must be signed in to change notification settings - Fork 9
Make eluent_introduction_category
& has_mass_spectrometry_configuration
slots on MassSpectrometry
required and implement migrator
#2461
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
Conversation
|
src/data/invalid/MassSpectrometry-invalid-lc-without-config.yaml
Outdated
Show resolved
Hide resolved
eluent_introduction_category
& has_mass_spectrometry_configuration
slots on MassSpectrometry
objects required and implement migrator eluent_introduction_category
& has_mass_spectrometry_configuration
slots on MassSpectrometry
required and implement migrator
...a/migrators/partials/migrator_from_11_7_0_to_11_8_0/migrator_from_11_7_0_to_11_8_0_part_3.py
Show resolved
Hide resolved
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.
The migrator looks good to me. I left one PR comment about checking whether a key exists versus checking whether it exists and the value of its item is not None
.
...a/migrators/partials/migrator_from_11_7_0_to_11_8_0/migrator_from_11_7_0_to_11_8_0_part_3.py
Outdated
Show resolved
Hide resolved
…migrator_from_11_7_0_to_11_8_0_part_3.py Co-authored-by: eecavanna <[email protected]>
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.
Wow, you have been prolific recently
I have the same questions here that I had about invalid examples files in the following PR. You don't need to address that in both places.
This MR will close #2455