Skip to content

Commit 1991134

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4458c57 commit 1991134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/generation/tests/test_hybrid_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ def test_estimate_templates_from_recording(create_cache_folder):
8181
assert len(templates.templates_array) > 0
8282

8383

84-
8584
if __name__ == "__main__":
8685
from pathlib import Path
86+
8787
cache_folder = Path(__file__).resolve().parents[4] / "cache_folder" / "generation"
8888

8989
# test_generate_hybrid_no_motion()

0 commit comments

Comments
 (0)