Skip to content

Commit 46679e6

Browse files
committed
rearrange: explicitly call probe.create_neuropixels_probe_types() to create entries in ProbeType
1 parent 7f52f59 commit 46679e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tutorial_pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,7 @@ def get_session_directory(session_key):
6464

6565
ephys.activate(db_prefix + "ephys", db_prefix + "probe", linking_module=__name__)
6666

67+
probe.create_neuropixels_probe_types()
68+
6769

6870
__all__ = [""]

0 commit comments

Comments
 (0)