Skip to content

Commit 94727bc

Browse files
committed
ripped out diff_methods_and_params = [(jerk_sliding, {'gamma':5})] line
1 parent 217867e commit 94727bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pynumdiff/tests/test_diff_methods.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def iterated_first_order(*args, **kwargs): return first_order(*args, **kwargs)
5656
(smooth_acceleration, {'gamma':2, 'window_size':5}), (smooth_acceleration, [2, 5])
5757
# TODO (jerk_sliding), because with the test cases here (len < 1000) it would just be a duplicate of jerk
5858
]
59-
diff_methods_and_params = [(jerk_sliding, {'gamma':5})]
6059

6160
# All the testing methodology follows the exact same pattern; the only thing that changes is the
6261
# closeness to the right answer various methods achieve with the given parameterizations. So index a

0 commit comments

Comments
 (0)