From 6f31b42d985075a141514221432fdd9b0ff352a2 Mon Sep 17 00:00:00 2001 From: kushalbakshi Date: Fri, 30 Aug 2024 16:53:48 -0400 Subject: [PATCH] Save config to outbox as dj_dlc_config --- element_deeplabcut/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: