Skip to content

Commit 6ccfb1d

Browse files
kartographermkolopanis
authored andcommitted
One last attempt at test fix...
1 parent 34cef9d commit 6ccfb1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/uvcal/test_ms_cal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def test_ms_muck_ants(sma_pcal, tmp_path):
247247

248248
# Verify that the telescope positions are coarsely aligned (doesn't need to be
249249
# perfect here, just "good enough").
250-
np.testing.assert_allclose(old_pos, new_pos, rtol=1e-5)
250+
np.testing.assert_allclose(old_pos, new_pos, rtol=3e-5)
251251

252252
# The important thing is to verify that the antenna positions _actually_ line up
253253
# modulo the relative difference in the array center position.

0 commit comments

Comments
 (0)