-
Notifications
You must be signed in to change notification settings - Fork 35
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
try importing esmpy (aliased to ESMF) for esmpy >= 8.4.0 fixes #212 #214
Conversation
fall back on old name if the import fails
for more information, see https://pre-commit.ci
@aulemahal I'm getting the test failing for the spatialAverager with can you take a look? |
That's shapely 2.0... ugh... Pinning it to |
ok I'll put a pin for now before we get flooded with broken installs with the new esmpy |
fixes #212 this is ready for review (then squash and merge) and somewhat time sensitive. |
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.
Seems a good temporary fix to me.
Just add a note to CHANGES about this. |
@@ -14,6 +14,6 @@ dependencies: | |||
- pydap | |||
- pytest | |||
- pytest-cov | |||
- shapely | |||
- shapely<2.0 |
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.
Should this have been done in the cf feedstock as well?
fall back on old name if the import fails