-
Notifications
You must be signed in to change notification settings - Fork 2
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
import and call the env analysis script #4
Conversation
Will need more python tests, but this does include all the failure conditions in the end-to-end tests. We'll need to figure out how to automatically bump the failing envs, though. |
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.
Nice! I made you some work it seems 😄
envs/env1.yaml
Outdated
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.
- Move to a tests folder?
Co-authored-by: Mathias Hauser <[email protected]>
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.
I made you some work it seems
Fighting the actions syntax took longer than expected 😅
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 we merge? I am looking forward to testing this 😉
There's still a lot more to be done (mainly, tests for the other functions in the script), but for now I'll go ahead and merge. Feel free to test and open issues if anything fails. |
(from pydata/xarray#9754)