Skip to content

Commit

Permalink
Fixed tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
FredDeCeuster committed Aug 2, 2024
1 parent f6583ec commit dc77f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_torch_vs_numpy_beam_kernel():
# Compute the absolute relative difference
err = np.abs(2.0 * (img_torch_conv - img_numpy_conv) / (img_torch_conv + img_numpy_conv))

assert err.max() < 1.0e-15
assert err.max() < 5.0e-15

0 comments on commit dc77f75

Please sign in to comment.