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 ed8aa66 commit 86c8560Copy full SHA for 86c8560
xbatcher/tests/test_generators.py
@@ -61,7 +61,7 @@ def test_batcher_getitem(sample_ds_1d):
61
# raises NotImplementedError for iterable index
62
with pytest.raises(NotImplementedError):
63
bg[[1, 2, 3]]
64
-
+
65
66
# TODO: decide how to handle bsizes like 15 that don't evenly divide the dimension
67
# Should we enforce that each batch size always has to be the same
0 commit comments