-
Notifications
You must be signed in to change notification settings - Fork 296
Stricter array summary in CML output #6743
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
29 commits
Select commit
Hold shift + click to select a range
e1b7112
- New array_summary utility to format numpy arrays in CML.
ukmo-ccbunney b937bc7
Add data stats to CML
ukmo-ccbunney d5f7431
Pass keyword options through xml call hierarchy
ukmo-ccbunney 515ccb2
Replaced extra keywords in xml_element functions with settings in con…
ukmo-ccbunney 48b7fae
Added context manager for controlling CML output and formatting
ukmo-ccbunney 68c4ea8
Reinstated "no-masked-elements" crc output
ukmo-ccbunney f0791f1
Added docstring for `array_checksum`
ukmo-ccbunney 050c065
Added `coord_order` option. Tidied up.
ukmo-ccbunney 1eb276f
Updated CMLSettings.set ketword defaults to None. Now only updates
ukmo-ccbunney edc51da
Only strip trailing zeros for floats. Only output stats for > lenght 1
ukmo-ccbunney 1c99b67
Turn off numpy-formatting for all CML output in tests
ukmo-ccbunney 172e5a1
Added some CML formatting keywords to `_shared_utils.assert_CML`
ukmo-ccbunney 95f3a42
Updated test results for new default CML formatting.
ukmo-ccbunney 7791944
New cube XML tests to covert new formatting options
ukmo-ccbunney c66847f
Update docstring for Cube.xml and CubeList.xml. Also
ukmo-ccbunney 1793214
Added whatsnew
ukmo-ccbunney 9c380a6
Typo in doctest
ukmo-ccbunney e42c113
Fix doc tests (switched to using code-block)
ukmo-ccbunney 50aff0c
Merge branch 'main' into cml_array_formatting
ukmo-ccbunney f89384c
Update docs/src/whatsnew/latest.rst
ukmo-ccbunney ba76a83
Update lib/iris/tests/_shared_utils.py
ukmo-ccbunney bdc9740
Update lib/iris/util.py
ukmo-ccbunney 218b842
Update lib/iris/tests/_shared_utils.py
ukmo-ccbunney 8783cf4
Added typing for CMLSettings data attributes
ukmo-ccbunney bb3b125
Update lib/iris/util.py
ukmo-ccbunney 51d7cc7
Update lib/iris/util.py
ukmo-ccbunney bf67d39
Put `numpy.typing.ArrayLike` in `TYPE_CHECKING` block
ukmo-ccbunney 2b75c14
Factored out `fixed_std` nested function in cube.py and coords.py
ukmo-ccbunney 7dda361
Fix broken username link
ukmo-ccbunney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
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.