-
Notifications
You must be signed in to change notification settings - Fork 0
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
55/refactor fix_latlon_coord #63
Merged
Merged
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f3951ff
Add grid checking functions
blimlim 9189a6a
Add changes from develop
blimlim 088378c
continue refactor and add tests
blimlim 4545c5b
split fix_latlon_names to separate functions and add tests
blimlim 45dfa8e
Add fixtures for lon/lat array examples and refactor tests
blimlim 468e434
Clean up fix_latlon exception handling and add tests
blimlim cbc143b
Fix broken tests
blimlim b2fb618
Update coordinate array fixtures to match real coordinated from ESM1.…
blimlim 995345c
Try undo accidental autoformat...
blimlim cf70d71
Continue attempting to undo accidental auto format
blimlim 2e77e15
Review fixes inc magic numbers, readability, styling
blimlim a43b15f
merge in THE process refactor
blimlim 193d7f1
Review style changes, fix tests
blimlim 8e458dc
Finally installed a linter...
blimlim 00f503c
Add end to end test of fix_latlon_coords and required dummy coordinat…
blimlim 62a1bec
Simplify DummyCoordinate, add tests for specific grid types
blimlim 317beae
Simplify DummyCubeWithCoords, ensure that coordinate names match betw…
blimlim 159e430
Add missing coordinate test
blimlim ab3d6f7
Tidy up tests of fix_latlon_coords
blimlim c1ecfdc
Replace dummycoords with iris DimCoords
blimlim 21dc1a4
Merge changes from develop
blimlim c6f6753
Replace repeated asserts with helper functions
blimlim 171b7ff
Simplify coordinate fixtures using decorators
blimlim 05f35f2
Cleanup and simplification from review
blimlim d2b4ce9
Remove resolved TODO message
blimlim 4e0d637
Swap error type to new UnsupportedTimeSeries error
blimlim 7fb48cd
Clean up based on review
blimlim 6a4c876
Test style simplifications
blimlim 21dc396
Clarity suggestions from review
blimlim 37049c7
Fix indentation
blimlim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
You could define the error type raised in this instance as a global variable in
conversion_driver_esm1p5.py
, and then import it for use in the test as the expected error type?