Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 19, 2023
1 parent bfb5609 commit a1b7952
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/iris/tests/unit/util/test_broadcast_to_shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ def test_lazy_chunks(self, mocked_compute):
mocked_compute.assert_not_called()
for i in range(3):
for j in range(4):
self.assertMaskedArrayEqual(
b[i, j, :].compute(), m[0].compute()
)
self.assertMaskedArrayEqual(b[i, j, :].compute(), m[0].compute())
assert b.chunks == ((1, 1, 1), (2, 2), (2, 2, 1))

def test_masked_degenerate(self):
Expand Down

0 comments on commit a1b7952

Please sign in to comment.