From 46679e605e116e13a2cc373148ea24127a2fc447 Mon Sep 17 00:00:00 2001 From: Thinh Nguyen Date: Thu, 15 Aug 2024 17:22:28 -0500 Subject: [PATCH] rearrange: explicitly call `probe.create_neuropixels_probe_types()` to create entries in ProbeType --- tests/tutorial_pipeline.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tutorial_pipeline.py b/tests/tutorial_pipeline.py index fc92280b..74b27ddc 100644 --- a/tests/tutorial_pipeline.py +++ b/tests/tutorial_pipeline.py @@ -64,5 +64,7 @@ def get_session_directory(session_key): ephys.activate(db_prefix + "ephys", db_prefix + "probe", linking_module=__name__) +probe.create_neuropixels_probe_types() + __all__ = [""]