Skip to content

Commit 8409c97

Browse files
committed
adjusting error bounds more. Last failure hid the present failure, though I suspected it would fail. This should work now
1 parent 4c734c4 commit 8409c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pynumdiff/tests/test_diff_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def iterated_first_order(*args, **kwargs): return first_order(*args, **kwargs)
5555
[(-25, -25), (0, 0), (0, 0), (1, 1)],
5656
[(-25, -25), (2, 2), (0, 0), (2, 2)],
5757
[(-25, -25), (3, 3), (0, 0), (3, 3)]],
58-
iterated_first_order: [[(-8, -9), (-11, -25), (0, -1), (0, 0)],
58+
iterated_first_order: [[(-8, -9), (-11, -11), (0, -1), (0, 0)],
5959
[(-6, -6), (-6, -7), (0, -1), (0, 0)],
6060
[(-1, -1), (0, 0), (0, -1), (0, 0)],
6161
[(0, 0), (1, 0), (0, 0), (1, 0)],

0 commit comments

Comments
 (0)