Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Jan 17, 2024
1 parent 95ba8bc commit 80d9525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specreduce/tests/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ 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;"
"check fit_info['message'] for more information.")
@pytest.mark.filterwarnings("ignore:Model is linear in parameters")
def test_fit_trace_all_nan_columns(self):

Expand Down

0 comments on commit 80d9525

Please sign in to comment.