Skip to content

Commit

Permalink
reduce the tolerance on uvbeam/analytic beam comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Feb 8, 2024
1 parent 259d740 commit 379872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/uvbeam/tests/test_beam_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_beam_interface(
az_array, za_array, freq_array, az_za_grid=True
)

np.testing.assert_allclose(analytic_data, uvb_data, rtol=0, atol=1e-15)
np.testing.assert_allclose(analytic_data, uvb_data, rtol=0, atol=1e-14)

# now on a grid that is not the same as where the beam was evaluated
# larger differences of course
Expand Down

0 comments on commit 379872e

Please sign in to comment.