You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are changes (mostly) done in #1770 that will be needed into the release branch for v2.7.1 bugfix release. The only major change is inside the sample data test_multimodel.py that contains a number of previous-to-1770 changes.
valeriupredoi
changed the title
Unpin cf-units and port changes from PR 1770 into v2.7.x
[v2.7.1 bugfix release] Unpin cf-units and port changes from PR 1770 into v2.7.x
Dec 8, 2022
Blast! The sample_data test is identical to the tests/unit/preprocessor/_multimodel/test_multimodel.py test, I must have conked up badly, let me figure that out
also @bouweandela note that we are git ignoring all .nc files from .gitignore so those files are not under git scrutiny unless we git add -f ... changes
also @bouweandela note that we are git ignoring all .nc files from .gitignore so those files are not under git scrutiny unless we git add -f ... changes
I know, we've had some issues with people accidentally committing huge netcdf files in the past
also @bouweandela note that we are git ignoring all .nc files from .gitignore so those files are not under git scrutiny unless we git add -f ... changes
I know, we've had some issues with people accidentally committing huge netcdf files in the past
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are changes (mostly) done in #1770 that will be needed into the release branch for v2.7.1 bugfix release. The only major change is inside the sample data
test_multimodel.pythat contains a number of previous-to-1770 changes.