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 783985c commit 079641dCopy full SHA for 079641d
tests/tutorial_pipeline.py
@@ -96,6 +96,12 @@ class Device(dj.Lookup):
96
97
# Activate DeepLabCut schema -----------------------------------
98
99
+# Configure external storage -------------
100
+dj.config["stores"]["dlc-processed"] = dict(
101
+ protocol="file",
102
+ location=get_dlc_processed_data_dir(),
103
+ stage=get_dlc_processed_data_dir(),
104
+)
105
106
train.activate(db_prefix + "train", linking_module=__name__)
107
model.activate(db_prefix + "model", linking_module=__name__)
0 commit comments