We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1991134 commit 0a1cf21Copy full SHA for 0a1cf21
1 file changed
src/spikeinterface/generation/tests/test_hybrid_tools.py
@@ -71,7 +71,7 @@ def test_generate_hybrid_from_templates():
71
assert sorting_hybrid.get_num_units() == num_units
72
73
74
-@pytest.mak_skip("Spykingcircus2 is not stable enought for estimating templates from recording")
+@pytest.mark.skip("Spykingcircus2 is not stable enought for estimating templates from recording")
75
def test_estimate_templates_from_recording(create_cache_folder):
76
cache_folder = create_cache_folder
77
rec, _ = generate_ground_truth_recording(num_units=10, sampling_frequency=20000, seed=0)
0 commit comments