opened by Bas Nijholt (@basnijholt) at 2018-09-10T11:13:13.449Z
This code should not raise an AssertionError.
We can add it to the tests.
learner = Learner1D(lambda x: None, (-1, 1))
learner.tell(0, 0)
points, _ = learner.ask(3)
assert 0 not in points