-
Notifications
You must be signed in to change notification settings - Fork 39
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
Options arg in read_config_user_file now optional #709
Conversation
Moved the last script from esmvalcore/utils to ESMValTool
* Fixed calculation of time weights * Fixed failing FLAKE8 test * Added more test for time weighting and fixed cube dimensions in test
Update documentation on relative diagnostics paths and preprocessor order. Co-authored-by: Bouwe Andela <[email protected]>
Can you check the failing test and the codacy issue? |
Doesn't work yet for me:
|
I think is |
No, |
It's an error at line 174 in
The argument |
…to config_user_options_fix
Can we merge this branch into |
Sounds like a good idea to me. I need the cmorization on a near-daily basis so would be glad if this is fixed again. Also I have two PRs in the pipeline for small additions to existing CMORizers. |
* Remove utils section (#697) Moved the last script from esmvalcore/utils to ESMValTool * Fixed bug in time weights calculation (#695) * Fixed calculation of time weights * Fixed failing FLAKE8 test * Added more test for time weighting and fixed cube dimensions in test * Avoid pytest version that crashes (#707) * Suggested Documentation changes (#690) Update documentation on relative diagnostics paths and preprocessor order. Co-authored-by: Bouwe Andela <[email protected]> * Options arg in read_config_user_file now optional * Fix codacy warning Co-authored-by: Bouwe Andela <[email protected]> Co-authored-by: Manuel Schlund <[email protected]> Co-authored-by: Steve Smith <[email protected]> Co-authored-by: Bouwe Andela <[email protected]>
Indeed, this was not the plan. Pull requests should only be merged to the master branch, never into the v2.0.0 release branch. This pull request has merged all other pull requests that were merged since the v2.0.0 feature freeze into the v2.0.0 branch. The changes were very minor, so I think it's OK to leave it as is for now, but we should be more careful about this next time. |
To fix and issue with the cmorizers
Tasks
yamllint
to check that your YAML files do not contain mistakesIf you need help with any of the tasks above, please do not hesitate to ask by commenting in the issue or pull request.
Closes #issue_number