From 64c2e9b2985d9827c044c65f856cd100af43be41 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Mon, 18 Dec 2023 13:21:22 +0100 Subject: [PATCH] flake --- tests/unit/test_ecephys.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_ecephys.py b/tests/unit/test_ecephys.py index 4e71edc84..f81b61f84 100644 --- a/tests/unit/test_ecephys.py +++ b/tests/unit/test_ecephys.py @@ -116,7 +116,6 @@ def test_dimensions_warning(self): "but instead the first does. Data is oriented incorrectly and should be transposed." ) in str(w[-1].message) - def test_get_data_in_units(self): data = np.asarray([[1, 1, 1, 1, 1], [1, 1, 1, 1, 1]])