Skip to content

Commit 86c8560

Browse files
author
Joseph Hamman
committed
lint
1 parent ed8aa66 commit 86c8560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbatcher/tests/test_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_batcher_getitem(sample_ds_1d):
6161
# raises NotImplementedError for iterable index
6262
with pytest.raises(NotImplementedError):
6363
bg[[1, 2, 3]]
64-
64+
6565

6666
# TODO: decide how to handle bsizes like 15 that don't evenly divide the dimension
6767
# Should we enforce that each batch size always has to be the same

0 commit comments

Comments
 (0)