Skip to content

Commit

Permalink
Try increase tolerance a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen authored and yngve-sk committed Sep 30, 2024
1 parent 8e0815b commit 197bd3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_that_adaptive_localization_with_cutoff_0_equals_ESupdate():
]

# Check posterior sample without adaptive localization and with cut-off 0 are equal
assert np.allclose(posterior_sample_loc0, posterior_sample_noloc)
assert np.allclose(posterior_sample_loc0, posterior_sample_noloc, atol=1e-6)


@pytest.mark.usefixtures("copy_poly_case")
Expand Down

0 comments on commit 197bd3b

Please sign in to comment.