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 a28037d commit 5447cbfCopy full SHA for 5447cbf
tests/test_schunk_update.py
@@ -19,7 +19,7 @@
19
@pytest.mark.parametrize(
20
("nchunks", "nupdates"),
21
[
22
- # (0, 0), # comment this out for testing
+ (0, 0),
23
(1, 1),
24
(7, 3),
25
],
0 commit comments