Skip to content

Commit 0361d18

Browse files
committed
faster tests
1 parent f95f3be commit 0361d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44

55

6-
@pytest.fixture(params=[1024, 2048, 12313, 100000])
6+
@pytest.fixture(params=[1024, 2048, 100000])
77
def nb_samples(request):
88
return request.param
99

tests/test_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def dtype(request):
88
return request.param
99

1010

11-
@pytest.fixture(params=[None, 0, 0.0000001, 1, 100])
11+
@pytest.fixture(params=[None, 0, 0.0000001, 5])
1212
def start(request):
1313
return request.param
1414

0 commit comments

Comments
 (0)