Skip to content

Commit

Permalink
decrease random test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 27, 2024
1 parent 95aa301 commit 7c65cc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit/test_rsmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,7 @@ def test_ccp4_map_round_trip(
output_coefficients.canonicalize_amplitudes()

pd.testing.assert_series_equal(
random_difference_map.amplitudes,
output_coefficients.amplitudes,
atol=1e-3,
random_difference_map.amplitudes, output_coefficients.amplitudes, atol=0.01
)
assert_phases_allclose(
random_difference_map.phases.to_numpy(),
Expand Down

0 comments on commit 7c65cc0

Please sign in to comment.