Skip to content

Commit

Permalink
Merge branch 'chunk_control_unstale' of github.com:ESadek-MO/iris int…
Browse files Browse the repository at this point in the history
…o chunk_control_unstale
  • Loading branch information
ESadek-MO committed Nov 10, 2023
2 parents 0261af5 + 3dc38c8 commit 2be4c33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/iris/tests/unit/lazy_data/test_as_lazy_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@ def test_default_chunks_limiting(self):
limitcall_patch.call_args_list,
[
mock.call(
list(test_shape), shape=test_shape, dtype=np.dtype("f4"), dims_fixed=None
list(test_shape),
shape=test_shape,
dtype=np.dtype("f4"),
dims_fixed=None,
)
],
)
Expand Down

0 comments on commit 2be4c33

Please sign in to comment.