Skip to content

Commit a94be83

Browse files
bhazeltonmkolopanis
authored andcommitted
fix warning in test
1 parent 66f0247 commit a94be83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/uvcal/test_ms_cal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ def test_ms_muck_ants(sma_pcal, tmp_path):
252252
# The important thing is to verify that the antenna positions _actually_ line up
253253
# modulo the relative difference in the array center position.
254254
np.testing.assert_allclose(
255-
uvc.antenna_positions + (new_pos - old_pos),
256-
sma_pcal.antenna_positions,
255+
uvc.telescope.antenna_positions + (new_pos - old_pos),
256+
sma_pcal.telescope.antenna_positions,
257257
rtol=1e-8,
258258
atol=1e-3,
259259
)

0 commit comments

Comments
 (0)