We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d6166 commit 37d8749Copy full SHA for 37d8749
src/ethopy/setup_db.py
@@ -278,6 +278,7 @@ def createschema() -> None:
278
("core/stimulus", "from ethopy.core.stimulus import *"),
279
("core/interface", "from ethopy.core.interface import *"),
280
("core/behavior", "from ethopy.core.behavior import *"),
281
+ ("core/recordings", "from ethopy.core.recordings import *"),
282
("stimuli", "from ethopy.stimuli import *"),
283
("behaviors", "from ethopy.behaviors import *"),
284
("experiments", "from ethopy.experiments import *"),
0 commit comments