We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ed192 commit 87e3771Copy full SHA for 87e3771
tests/benchmarks/test_potentials_benchmark.py
@@ -28,7 +28,7 @@ class BenchmarkPotentialBase:
28
tested (e.g., for expensive potentials that are too slow at large n_points).
29
"""
30
31
- @pytest.fixture(params=[1, 10, 1_000, 100_000])
+ @pytest.fixture(params=[1, 10, 1_000, 10_000])
32
def n_points(self, request):
33
return request.param
34
0 commit comments