We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cef9d commit 6ccfb1dCopy full SHA for 6ccfb1d
1 file changed
tests/uvcal/test_ms_cal.py
@@ -247,7 +247,7 @@ def test_ms_muck_ants(sma_pcal, tmp_path):
247
248
# Verify that the telescope positions are coarsely aligned (doesn't need to be
249
# perfect here, just "good enough").
250
- np.testing.assert_allclose(old_pos, new_pos, rtol=1e-5)
+ np.testing.assert_allclose(old_pos, new_pos, rtol=3e-5)
251
252
# The important thing is to verify that the antenna positions _actually_ line up
253
# modulo the relative difference in the array center position.
0 commit comments