From 3c0f8ed6dd6b280048b27d73cd77fa87d361c914 Mon Sep 17 00:00:00 2001 From: Peter Scheidler Date: Fri, 4 Jul 2025 10:41:45 -0400 Subject: [PATCH] Fixed the issue with running the latest scipy, the warning message changed so we just needed to adjust the filter --- tests/batch/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/batch/test_core.py b/tests/batch/test_core.py index 7a1a136..f7561c3 100644 --- a/tests/batch/test_core.py +++ b/tests/batch/test_core.py @@ -292,7 +292,7 @@ def assert_output_is_valid(output: endaq.batch.core.OutputStruct): @pytest.mark.filterwarnings("ignore:no acceleration channel in:UserWarning") @pytest.mark.filterwarnings( "ignore" - ":nperseg .* is greater than input length .*, using nperseg .*" + ":.*nperseg.* is greater than (signal|input) length.*, using nperseg .*" ":UserWarning" ) def test_aggregate_data(getdata_builder):