We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bfa85 commit 885634bCopy full SHA for 885634b
tests/unit/test_auto_chunking.py
@@ -31,7 +31,7 @@ def test_grid_without_live_mask():
31
Dimension(coords=range(0, 100, 1), name="sample"),
32
]
33
grid = Grid(dims=dims)
34
-
+
35
result = _calculate_live_mask_chunksize(grid)
36
assert result == (100, 100)
37
0 commit comments