Skip to content

Commit 4da759f

Browse files
committed
run fewer points in 'test_learner_performance_is_invariant_under_scaling'
1 parent 38ff5e2 commit 4da759f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/tests/test_learners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def test_learner_performance_is_invariant_under_scaling(learner_type, f, learner
384384
learner = learner_type(lambda x: yscale * f(np.array(x) / xscale),
385385
**l_kwargs)
386386

387-
npoints = random.randrange(1000, 2000)
387+
npoints = random.randrange(300, 500)
388388

389389
for n in range(npoints):
390390
cxs, _ = control.ask(1)

0 commit comments

Comments
 (0)