Skip to content

Commit ed51aad

Browse files
committed
loosening bound slightly, because cloud runs annoyingly don't have exactly the same numerical results as local
1 parent 2ed0335 commit ed51aad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pynumdiff/tests/test_diff_methods.py

Lines changed: 2 additions & 2 deletions
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), (-10, -11), (0, -1), (0, 0)],
51+
iterated_first_order: [[(-7, -7), (-9, -11), (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)],
@@ -61,7 +61,7 @@
6161
[(-25, -25), (1, 1), (0, 0), (1, 1)],
6262
[(-25, -25), (3, 3), (0, 0), (3, 3)]],
6363
#lineardiff: [TBD when #91 is solved],
64-
polydiff: [[(-15, -15), (-14, -14), (0, -1), (1, 1)],
64+
polydiff: [[(-14, -15), (-14, -14), (0, -1), (1, 1)],
6565
[(-14, -14), (-13, -13), (0, -1), (1, 1)],
6666
[(-14, -15), (-13, -14), (0, -1), (1, 1)],
6767
[(-2, -2), (0, 0), (0, -1), (1, 1)],

0 commit comments

Comments
 (0)