-
Notifications
You must be signed in to change notification settings - Fork 301
Bugfix array equality #6665
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
HGWright
merged 31 commits into
SciTools:v3.12.x
from
trexfeathers:bugfix_array_equality
Aug 21, 2025
Merged
Bugfix array equality #6665
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
516a9de
Protect _constraints from elementwise equality.
trexfeathers 199c967
Protect cube.py from elementwise equality.
trexfeathers a036073
Fix dumb Constraint eq mistake.
trexfeathers 209133c
Protect util from elementwise equality.
trexfeathers 912e410
Correct return type for masked_array_equal.
trexfeathers 7787980
Protect _structured_array_identitication from elementwise equality.
trexfeathers b5da9a1
Fixes for saver.py
ukmo-ccbunney 864f0d7
Protect pp.py from elementwise equality.
trexfeathers 37cb966
Protect pp_load_rules from elementwise equality.
trexfeathers a2557b8
Merge branch 'bugfix_array_equality' of github.com:trexfeathers/iris …
trexfeathers 4a0eb4c
Revert "Protect pp.py from elementwise equality."
trexfeathers 6002908
Protect _concatenate from elementwise NOT equality.
trexfeathers 25b8604
Protect _constraints from elementwise NOT equality.
trexfeathers 6d0287c
Protect coords.py from elementwise NOT equality.
trexfeathers 4dfacf7
Protect cube.py from elementwise NOT equality.
trexfeathers 6208f4c
Protect util from elementwise NOT equality.
trexfeathers fcce10e
Add structured array test for NumPy elementwise broadcasting error.
trexfeathers b2e0566
Extra updates for pp_load_rules.py
ukmo-ccbunney 5749fdb
Merge branch 'bugfix_array_equality' of github.com:trexfeathers/iris …
trexfeathers f74311f
What's New entry.
trexfeathers f31ed1b
Expose users to array comparison errors when requested directly, incl…
trexfeathers 6dc67d8
Back out new support for NumPy arrays in AttributeConstraint - inappr…
trexfeathers bf98c77
Revert change to intersection edge_wrap - will never be comparing 2 a…
trexfeathers d5752b9
Add test coverage for structured array eq with incompatible shapes.
trexfeathers ac9eab3
Test coverage for broadcasting errors in pp_load_rules.
trexfeathers 18f8999
Common code for comparing attributes in case np arrays.
trexfeathers 3336c8a
Temporary fix for TestLicenseHeaders.
trexfeathers 226dcf5
Don't create a file when testing describe_diff.
trexfeathers 1d36b22
Final tests for attribute comparison.
trexfeathers aae364a
Fix any versus all confusion.
trexfeathers 46f04fa
Temporary Nox negation pin - see wntrblm/nox#961. (#6441)
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
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
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
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
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.