Skip to content

Commit

Permalink
Updating test to filter new warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Feb 13, 2024
1 parent 663b0ed commit 7b5333f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyuvdata/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4143,6 +4143,7 @@ def test_uvw_track_generator_errs():
@pytest.mark.parametrize("use_uvw", [False, True])
@pytest.mark.parametrize("use_earthloc", [False, True])
@pytest.mark.filterwarnings("ignore:The lst_array is not self-consistent")
@pytest.mark.filterwarnings("ignore:> 25 ms errors detected reading in LST values")
def test_uvw_track_generator(flip_u, use_uvw, use_earthloc):
sma_mir = UVData.from_file(os.path.join(DATA_PATH, "sma_test.mir"))
sma_mir.set_lsts_from_time_array()
Expand Down

0 comments on commit 7b5333f

Please sign in to comment.