We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f0247 commit a94be83Copy full SHA for a94be83
1 file changed
tests/uvcal/test_ms_cal.py
@@ -252,8 +252,8 @@ def test_ms_muck_ants(sma_pcal, tmp_path):
252
# The important thing is to verify that the antenna positions _actually_ line up
253
# modulo the relative difference in the array center position.
254
np.testing.assert_allclose(
255
- uvc.antenna_positions + (new_pos - old_pos),
256
- sma_pcal.antenna_positions,
+ uvc.telescope.antenna_positions + (new_pos - old_pos),
+ sma_pcal.telescope.antenna_positions,
257
rtol=1e-8,
258
atol=1e-3,
259
)
0 commit comments