-
Notifications
You must be signed in to change notification settings - Fork 300
Tolerant handling of standard_name and dimension coordinate loading
#6338
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
91b6f18
Basic LOAD_PROBLEMS object.
trexfeathers bfc6abc
Minimum docstring for LOAD_PROBLEMS.
trexfeathers 65c56a9
Working handling of names and dimension coords.
trexfeathers 0397942
Warn user of load problems.
trexfeathers eb2f489
Docstring and UX improvements.
trexfeathers 106dbf6
Merge remote-tracking branch 'upstream/main' into tolerance_1
trexfeathers abe3e4a
What's New entry.
trexfeathers 9a3673f
Fix doctests.
trexfeathers d972e5a
Fix tests.
trexfeathers 9c9fc31
Fix doctests for 3.13.
trexfeathers 1e2e605
New tests for actions.
trexfeathers 31190b9
Updated load problems tests for names.
trexfeathers 3acdd8e
Licence header.
trexfeathers c7ea621
Tidy up code modifications.
trexfeathers 6a15ca1
Convenience - get_latest_load_problem.
trexfeathers 224ff03
Tests for _add_or_capture.
trexfeathers 8308a50
Test for build_raw_cube.
trexfeathers bbb5b08
Make more methods private.
trexfeathers db99cfb
Fix doctest.
trexfeathers 02fc923
Factor out add_method.
trexfeathers dae7220
Remove stack_trace TODO.
trexfeathers 4cc2197
Correct docstring of _add_or_capture.
trexfeathers fc2da93
Extra comments.
trexfeathers bc98b2f
Refactor to create the LoadProblems class.
trexfeathers 5a7f68c
Merge remote-tracking branch 'upstream/main' into tolerance_1
trexfeathers 995b872
Fix doctest.
trexfeathers 09bd216
What's New improvements.
trexfeathers ba3420c
Merge remote-tracking branch 'upstream/main' into tolerance_1
trexfeathers 7e6c958
Encase coordinate name in quotes.
trexfeathers 93045b3
More robust LoadProblems testing.
trexfeathers 50a7a7d
Remove TODO tags following review discussion.
trexfeathers 241a782
Propose mail-archive for addition to linkcheck_ignore.
trexfeathers 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -405,6 +405,7 @@ def _dotv(version): | |
| "https://twitter.com/scitools_iris", | ||
| "https://stackoverflow.com/questions/tagged/python-iris", | ||
| "https://www.flaticon.com/", | ||
| "https://www.mail-archive.com/[email protected]/msg39091.html", | ||
| ] | ||
|
|
||
| # list of sources to exclude from the build. | ||
|
|
||
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.