Skip to content

Commit 8fff7b0

Browse files
committed
Revert "Update tutorial_pipeline.py"
This reverts commit 079641d.
1 parent 079641d commit 8fff7b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/tutorial_pipeline.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ 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-
)
10599

106100
train.activate(db_prefix + "train", linking_module=__name__)
107101
model.activate(db_prefix + "model", linking_module=__name__)

0 commit comments

Comments
 (0)