-
Notifications
You must be signed in to change notification settings - Fork 284
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
grib save : minor update #229
Conversation
Closing until tests have been added. |
mock_set_long.assert_any_call(grib, "typeOfSecondFixedSurface", -1) | ||
mock_set_long.assert_any_call(grib, "scaleFactorOfSecondFixedSurface", 255) | ||
mock_set_long.assert_any_call(grib, "scaledValueOfSecondFixedSurface", -1) | ||
|
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.
Lovely use of mocking. Would it be worth while adding test coverage for a AuxCoord
with bounds?
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.
Definitely, yes, but I thought that was out of scope for a support issue, where we're supposed to be providing evolutionary steps not full feature developments. I don't need bounds so I didn't think I was supposed to address them here, as it would needlessly delay the support. Not certain about this though!
I've requested a support milestone, which might help clarify this in the future.
https://github.com/cf-convention/discuss/issues/229 Standard names: hard to spot "typo" in `surface_upward_mass_flux_of_methane_due_to_emission_from_fires`
https://github.com/cf-convention/discuss/issues/229 Standard names: hard to spot "typo" in `surface_upward_mass_flux_of_methane_due_to_emission_from_fires`
https://github.com/cf-convention/discuss/issues/229 Standard names: hard to spot "typo" in `surface_upward_mass_flux_of_methane_due_to_emission_from_fires`
These changes support a user who is converting NetCDF to GRIB2.