-
Notifications
You must be signed in to change notification settings - Fork 43
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
Grib1 loading defines a GRIB_PARAM attribute, like grib2 load. #402
Conversation
* add pyproject.toml and remove setup.py * adding zip-safe * fix typo * fix version * add validation precommit hook * making suggested changes * fix precommit indents * change test to file * add pyproj to precommit files * Description based on #402. * Selection of keywords from SciTools/iris pyproject.toml. * Changed dev status classifier to reflect pre-v1 version. * Revert "Changed dev status classifier to reflect pre-v1 version." This reverts commit 6f99210. --------- Co-authored-by: Martin Yeo <[email protected]>
9543454
to
fa80016
Compare
Note to self, I have previously reviewed up to this point:
|
STATUS UPDATE 2024-04-16 13:25 Intending when this is fixed to rebase / recast, as this seems to have acquired some merging problems. |
NOTE: The doctest problem remains : it is failing to import |
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.
Exhaustive is probably the right word!
Here are a few comments. Cheers!
iris_grib/tests/unit/grib_phenom_translation/test_grib_phenom_translation.py
Outdated
Show resolved
Hide resolved
iris_grib/tests/unit/grib_phenom_translation/test_grib_phenom_translation.py
Show resolved
Hide resolved
iris_grib/tests/unit/grib_phenom_translation/test_grib_phenom_translation.py
Outdated
Show resolved
Hide resolved
Even in Iris we have never tried running a doctest that includes content from |
Good thinking. 💯 |
I have now reviewed up to: |
That's good! |
@trexfeathers Thanks so much for sticking with it ! |
Closes #330 #402 #398
TODO:
Noting that current docs is virtually a single page,
Also, version there on main already needs bumping from 0.18 to 0.19-- or, it is missing a mergeback from latest release (v0.19.x)(update : fixed that)