Skip to content

Commit

Permalink
Removed a forgotten warning filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Dec 1, 2024
1 parent 4a5a494 commit 6194916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specreduce/tests/test_synth_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_make_2d_arc_image_defaults():

@pytest.mark.remote_data
@pytest.mark.filterwarnings("ignore:No observer defined on WCS")
#@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
def test_make_2d_arc_pass_wcs():
nx = 3000
ny = 1000
Expand Down

0 comments on commit 6194916

Please sign in to comment.