Skip to content

Commit 1354dd3

Browse files
committed
bounds
1 parent cb7fb5b commit 1354dd3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pynumdiff/tests/test_diff_methods.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def spline_irreg_step(*args, **kwargs): return splinediff(*args, **kwargs)
137137
[(0, 0), (1, 1), (0, 0), (1, 1)],
138138
[(1, 0), (2, 2), (1, 0), (2, 2)],
139139
[(1, 0), (3, 3), (1, 0), (3, 3)]],
140-
polydiff: [[(-14, -15), (-14, -14), (0, -1), (1, 1)],
140+
polydiff: [[(-14, -15), (-13, -14), (0, -1), (1, 1)],
141141
[(-14, -14), (-13, -13), (0, -1), (1, 1)],
142142
[(-14, -14), (-13, -13), (0, -1), (1, 1)],
143143
[(-2, -2), (0, 0), (0, -1), (1, 1)],
@@ -179,11 +179,11 @@ def spline_irreg_step(*args, **kwargs): return splinediff(*args, **kwargs)
179179
[(0, 0), (1, 0), (0, -1), (1, 0)],
180180
[(1, 1), (2, 2), (1, 1), (2, 2)],
181181
[(1, 1), (3, 3), (1, 1), (3, 3)]],
182-
jerk_sliding: [[(-15, -15), (-16, -16), (0, -1), (1, 0)],
182+
jerk_sliding: [[(-25, -25), (-16, -16), (0, -1), (1, 0)],
183183
[(-14, -14), (-14, -14), (0, -1), (0, 0)],
184184
[(-14, -14), (-14, -14), (0, -1), (0, 0)],
185-
[(-1, -1), (0, 0), (0, -1), (1, 0)],
186-
[(0, 0), (2, 2), (0, 0), (2, 2)],
185+
[(-1, -1), (0, 0), (0, -1), (0, 0)],
186+
[(1, 0), (2, 2), (1, 0), (2, 2)],
187187
[(1, 1), (3, 3), (1, 1), (3, 3)]],
188188
constant_velocity: [[(-25, -25), (-25, -25), (0, -1), (1, 1)],
189189
[(-4, -5), (-3, -3), (0, -1), (1, 1)],

0 commit comments

Comments
 (0)