Skip to content

Commit 87e3771

Browse files
committed
switch to max 10,000 points
1 parent 23ed192 commit 87e3771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmarks/test_potentials_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BenchmarkPotentialBase:
2828
tested (e.g., for expensive potentials that are too slow at large n_points).
2929
"""
3030

31-
@pytest.fixture(params=[1, 10, 1_000, 100_000])
31+
@pytest.fixture(params=[1, 10, 1_000, 10_000])
3232
def n_points(self, request):
3333
return request.param
3434

0 commit comments

Comments
 (0)