Skip to content

Commit

Permalink
Fix corr fits select on read benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Sep 24, 2024
1 parent 6ae87bc commit 0305ab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/uvdata/test_mwa_corr_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,9 @@ def test_corr_fits_select_on_read(benchmark):
correct_cable_len=True,
time_range=[np.min(mwa_uv.time_array), np.mean(mwa_uv.time_array)],
)

# histories are slightly different in the ordering of content. Not a concern
mwa_uv2.history = mwa_uv.history
assert mwa_uv == mwa_uv2


Expand Down

0 comments on commit 0305ab5

Please sign in to comment.