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

rename test function

parent 4f7fb98b
No related branches found
No related tags found
1 merge request!97Fix #97 and #98
Pipeline #12064 passed
......@@ -447,7 +447,7 @@ def test_order_adding_points():
l.ask(1)
def test_order_adding_points2():
def test_adding_existing_point_passes_silently():
# See https://gitlab.kwant-project.org/qt/adaptive/issues/97
l = Learner1D(lambda x: x, (0, 4))
l.tell(0, 0)
......
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