Skip to content

Commit

Permalink
filter another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Jan 17, 2024
1 parent 6cd0d6c commit 95ba8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specreduce/tests/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +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:Model is linear in parameters")
def test_fit_trace_all_nan_columns(self):

Expand Down

0 comments on commit 95ba8bc

Please sign in to comment.