Skip to content

Commit 079641d

Browse files
committed
Update tutorial_pipeline.py
1 parent 783985c commit 079641d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/tutorial_pipeline.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ class Device(dj.Lookup):
9696

9797
# Activate DeepLabCut schema -----------------------------------
9898

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+
)
99105

100106
train.activate(db_prefix + "train", linking_module=__name__)
101107
model.activate(db_prefix + "model", linking_module=__name__)

0 commit comments

Comments
 (0)