diff --git a/element_deeplabcut/model.py b/element_deeplabcut/model.py index 7f3b1c1..c61b719 100644 --- a/element_deeplabcut/model.py +++ b/element_deeplabcut/model.py @@ -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: