Skip to content
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

Fix levels bug in mon_data_space.py #179

Merged

Conversation

EdwardSafford-NOAA
Copy link
Contributor

Levels implementation as dataset coordinate in data/mon_data_space.py was not entirely complete. If the input yaml file requested only a subset of the available levels, as opposed to requesting all levels specified in the control file, the results were sub-optimal. The fix is simple enough -- it now follows the same steps as for the Channel coordinate.

Resolves #178 .

Complete bug fix.
Copy link
Collaborator

@CoryMartin-NOAA CoryMartin-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good old bug fixes, thanks!

@CoryMartin-NOAA CoryMartin-NOAA merged commit 66dfd09 into JCSDA-internal:develop Mar 6, 2024
5 checks passed
@EdwardSafford-NOAA EdwardSafford-NOAA deleted the bug/level-178 branch March 11, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Level subset does not work in mon_data_space.py [Bug]
2 participants