From 95ba8bc080534f229bdeed4ab7c72cadb2d66c7c Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Wed, 17 Jan 2024 10:30:58 -0500 Subject: [PATCH] filter another warning --- specreduce/tests/test_tracing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/specreduce/tests/test_tracing.py b/specreduce/tests/test_tracing.py index d3968bf..44d4347 100644 --- a/specreduce/tests/test_tracing.py +++ b/specreduce/tests/test_tracing.py @@ -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):