From 1ec39cc4d1a34c4940fab6d7a0a6605bdf8513f8 Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Wed, 17 Jan 2024 15:19:49 -0500 Subject: [PATCH] did this work? --- specreduce/tests/test_tracing.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specreduce/tests/test_tracing.py b/specreduce/tests/test_tracing.py index edc814e..5829af0 100644 --- a/specreduce/tests/test_tracing.py +++ b/specreduce/tests/test_tracing.py @@ -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):