From a52e03f399f583056705da8289721cfe3fd43253 Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Thu, 12 Dec 2024 10:37:24 -0500 Subject: [PATCH] . --- specreduce/tests/test_tracing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/specreduce/tests/test_tracing.py b/specreduce/tests/test_tracing.py index 9cb5ec3..3f54052 100644 --- a/specreduce/tests/test_tracing.py +++ b/specreduce/tests/test_tracing.py @@ -485,4 +485,3 @@ def test_mask_treatment_omit(self, peak_method, expected): all_bin_fit = all_bin_fit((np.arange(12))) np.testing.assert_allclose(trace.trace, all_bin_fit) -