Skip to content

Commit

Permalink
test(test_LSFIR): provide atol
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrub committed Apr 11, 2024
1 parent 57f2653 commit 47ff69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_lsfir/test_LSFIR.py
Expand Up @@ -48,6 +48,7 @@ def simulated_measurement_input_and_output(
"test_LSFIR_x.npz",
),
)["x"],
atol=1e2*np.finfo(np.float64).eps,
)
y = dsp.lfilter(digital_filter["b"], digital_filter["a"], x)
noise = 1e-3
Expand Down

0 comments on commit 47ff69f

Please sign in to comment.