-
Notifications
You must be signed in to change notification settings - Fork 40
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
Port cdat_info functions #1103
Port cdat_info functions #1103
Conversation
Still waiting on ENSO notebook testing. |
Pushed update to ENSO notebook. Now need to debug testing failure. |
The line throwing the error (106: author = msg["Author"]) is not found in recent versions of esmpy/init.py. I'm trying to figure out what version is getting pulled by the test suite and if there's a way to grab a newer version. |
Tried pinning the esmpy version to > 8.4.2 but that caused a failure in setting up the test conda environment. Now trying to pin importlib_metadata to an older version that does not raise the error (reference). |
It looks like pinning the importlib_metadata version actually got the test to run successfully. This pin should be removed when we're able to figure out a dev environment that uses a newer esmpy version. |
I've created a fix for the build problems in #1107. |
I have not copied cdat_info.get_sampledata_path() because there are no references to it in the PMP production code.
I have removed all references to cdat_info except in deprecated code.
Closes #1003