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

run fewer points in 'test_learner_performance_is_invariant_under_scaling'

parent 38ff5e26
No related branches found
No related tags found
1 merge request!135test all the different loss functions in each test
......@@ -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