Skip to content

Commit c99e6ca

Browse files
committed
adjusting error bounds more
1 parent ca0f657 commit c99e6ca

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
@@ -225,7 +225,7 @@ def spline_irreg_step(*args, **kwargs): return splinediff(*args, **kwargs)
225225
[(0, 0), (3, 3), (0, 0), (3, 3)]],
226226
robustdiff: [[(-15, -15), (-14, -14), (0, -1), (0, 0)],
227227
[(-14, -14), (-13, -14), (0, -1), (0, 0)],
228-
[(-14, -14), (-13, -14), (0, -1), (0, 0)],
228+
[(-14, -14), (-13, -13), (0, -1), (0, 0)],
229229
[(-1, -1), (0, 0), (0, -1), (1, 0)],
230230
[(0, 0), (1, 1), (0, 0), (1, 1)],
231231
[(1, 1), (3, 3), (1, 1), (3, 3)]],

0 commit comments

Comments
 (0)