-
Notifications
You must be signed in to change notification settings - Fork 7
326 force nan replacement #327
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
Conversation
- Defaults to ignoring failures
- Fix bug in `_get_handlers()` not instantianting `missing_handlers` after `_get_mpas_handlers()` call - Add FIXME: comments for duplicate code - Extract stop behaviors to `_stop_with_failed_handler()` and `_stop_with_failed_handler_parallel()`
|
@TonyB9000 You accidentally branched from my branch in PR #323. Can you instead branch from Alternatively, you can run git rebase on the latest commit of |
|
I actually don't see your |
|
@tomvothecoder So ... I switched to my local "master" branch, then deleted my local branch Then I did I went to edit "cmor_handlers/vars/clisccp.py", and found that my changes were still in place. SO, I did the When I tried: So, the problem is I deleted my local "new branch" but not its "remote counterpart" Next: and SUCCESS |
|
Reopened after deleting the branch and branching from main (git pulled to bring up-to-date). |
|
@tomvothecoder Am I close? I assume re-opening resumes the PR. |
|
@TonyB9000 Now you need to open a new PR with the fixed branch. |
Description
The v3.LR cases failed to support the CMIP6 variable `CFmon.clisccp" due to NaNs in the data where the standard FILL_Value was expected. Code is supplied in the cmor_handlers/vars/clisccp.py module that forces the replacement with the required FILL_Value, prior to calling cmor.write().
Checklist
If applicable: