Skip to content

Commit 142ebe4

Browse files
pavelkomarovclaude
andcommitted
Loosen near-machine-precision wavelet derivative bound for CI portability
The clean constant-derivative Linf error lands at ~1.2e-14 on Linux vs <=1e-14 on macOS; give that one bound a decade of headroom. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent baf9946 commit 142ebe4

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
@@ -174,7 +174,7 @@ def polydiff_irreg_step(*args, **kwargs): return polydiff(*args, **kwargs)
174174
[(-2, -2), (0, 0), (0, -1), (0, 0)],
175175
[(0, 0), (2, 2), (0, 0), (2, 2)],
176176
[(1, 1), (3, 3), (1, 1), (3, 3)]],
177-
waveletdiff: [[(-15, -15), (-13, -14), (0, -1), (1, 0)],
177+
waveletdiff: [[(-15, -15), (-13, -13), (0, -1), (1, 0)],
178178
[(-2, -2), (-1, -1), (0, 0), (1, 1)],
179179
[(-2, -2), (-1, -1), (0, 0), (1, 1)],
180180
[(-3, -3), (-1, -1), (0, 0), (1, 1)],

0 commit comments

Comments
 (0)