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 079641d commit 8fff7b0Copy full SHA for 8fff7b0
tests/tutorial_pipeline.py
@@ -96,12 +96,6 @@ 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