Skip to content

Commit

Permalink
did this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Jan 17, 2024
1 parent 80d9525 commit 1ec39cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specreduce/tests/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ def test_window_fit_trace(self):
with pytest.raises(ValueError, match=r'image is fully masked'):
FitTrace(img_all_nans)

@pytest.mark.filterwarnings("ignore:The fit may be unsuccessful;"
"check fit_info['message'] for more information.")
@pytest.mark.filterwarnings("ignore:The fit may be unsuccessful")
@pytest.mark.filterwarnings("ignore:Model is linear in parameters")
def test_fit_trace_all_nan_columns(self):

Expand Down

0 comments on commit 1ec39cc

Please sign in to comment.