Skip to content

Commit 1c78689

Browse files
committed
loosened another bound a tiny bit
1 parent ed51aad commit 1c78689

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
@@ -48,7 +48,7 @@
4848
[(-25, -25), (0, 0), (0, 0), (1, 1)],
4949
[(-25, -25), (2, 2), (0, 0), (2, 2)],
5050
[(-25, -25), (3, 3), (0, 0), (3, 3)]],
51-
iterated_first_order: [[(-7, -7), (-9, -11), (0, -1), (0, 0)],
51+
iterated_first_order: [[(-7, -7), (-9, -10), (0, -1), (0, 0)],
5252
[(-5, -5), (-5, -6), (0, -1), (0, 0)],
5353
[(-1, -1), (0, 0), (0, -1), (0, 0)],
5454
[(0, 0), (1, 1), (0, 0), (1, 1)],

0 commit comments

Comments
 (0)