Skip to content

Commit

Permalink
Merge pull request datajoint#6 from kushalbakshi/lu-lab
Browse files Browse the repository at this point in the history
Save config to outbox as dj_dlc_config
  • Loading branch information
ttngu207 authored Aug 30, 2024
2 parents 2aba78f + 6f31b42 commit 690b64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_deeplabcut/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ def do_analyze_videos():
config_filename = f"dj_dlc_config_{datetime.now(tz=timezone.utc).strftime('%Y%m%d_%H%M%S')}.yaml"
# To output dir: Important for loading/parsing output in datajoint
_ = dlc_reader.save_yaml(
output_dir, dlc_config, filename=config_filename
output_dir, dlc_config
)
# To project dir: Required by DLC to run the analyze_videos
if dlc_project_path != output_dir:
Expand Down

0 comments on commit 690b64b

Please sign in to comment.