Skip to content

Commit

Permalink
Add a warning filter for a recently added test
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Dec 17, 2024
1 parent 443be30 commit 71cb231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_phase_center_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def test_generate_new_phase_center_id_errs():
ps_cat_utils.generate_new_phase_center_id(cat_id=1, reserved_ids=[1, 2, 3])


@pytest.mark.filterwarnings("ignore:The uvw_array does not match the expected values")
def test_look_in_catalog_missing_entries():
casa_uvfits = UVData()
casa_uvfits.read(casa_tutorial_uvfits)
Expand Down

0 comments on commit 71cb231

Please sign in to comment.