Skip to content
Snippets Groups Projects
Commit 84daf58f authored by Bas Nijholt's avatar Bas Nijholt
Browse files

run fewer points in 'test_learner_performance_is_invariant_under_scaling'

parent a994aa9f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !135. Comments created here will be created in the context of that merge request.
......@@ -384,7 +384,7 @@ def test_learner_performance_is_invariant_under_scaling(learner_type, f, learner
learner = learner_type(lambda x: yscale * f(np.array(x) / xscale),
**l_kwargs)
npoints = random.randrange(1000, 2000)
npoints = random.randrange(300, 500)
for n in range(npoints):
cxs, _ = control.ask(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment