Skip to content

Commit 591a0ed

Browse files
committed
move tutorial_pipeline.py to tests
1 parent 92026a6 commit 591a0ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

notebooks/tutorial_pipeline.py renamed to tests/tutorial_pipeline.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import datajoint as dj
44
from element_animal import subject
55
from element_animal.subject import Subject
6-
from element_array_ephys import probe, ephys_acute as ephys
6+
from element_array_ephys import probe, ephys_no_curation as ephys
77
from element_lab import lab
88
from element_lab.lab import Lab, Location, Project, Protocol, Source, User
99
from element_lab.lab import Device as Equipment
@@ -63,3 +63,6 @@ def get_session_directory(session_key):
6363

6464

6565
ephys.activate(db_prefix + "ephys", db_prefix + "probe", linking_module=__name__)
66+
67+
68+
__all__ = [""]

0 commit comments

Comments
 (0)