Skip to content

Commit

Permalink
use .all()
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Graham <[email protected]>
  • Loading branch information
zacharyburnett and braingram authored Jul 18, 2024
1 parent 503595c commit e51a369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf/_tests/tags/core/tests/test_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def test_mask_roundtrip(mask, tmp_path):
# assert_array_equal ignores the mask, so use equality here
assert (tree["masked"] == af["masked"]).all()
# ensure tree validity
assert af["unmasked"] == af["masked"].data
assert (af["unmasked"] == af["unmasked"]).all()
assert len(af._blocks.blocks) == 2


Expand Down

0 comments on commit e51a369

Please sign in to comment.