We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0262fab commit f7c9170Copy full SHA for f7c9170
tests/test_ephys_extractor.py
@@ -43,7 +43,7 @@ def test_extractors_no_values():
43
SpikeFeatureExtractor()
44
SpikeTrainFeatureExtractor(start=0, end=0)
45
46
-
+@pytest.mark.filterwarnings("ignore:.*encountered in divide:RuntimeWarning")
47
def test_extractor_wrong_inputs(spike_test_pair):
48
data = spike_test_pair
49
0 commit comments