File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ def make(self, key):
227227
228228 if pose_estimation_method == "deeplabcut" :
229229 setup_project (
230- project_dir = kpms_project_output_dir .as_posix (),
230+ project_dir = kpms_project_output_dir .as_posix (),
231231 deeplabcut_config = (kpset_dir / "config.yaml" )
232232 or (kpset_dir / "config.yml" ),
233233 )
Original file line number Diff line number Diff line change 36143614 "full_fit_key = {\n",
36153615 " **pca_task_key,\n",
36163616 " \"full_latent_dim\": 4,\n",
3617- " \"full_kappa\": 10000.,\n",
3617+ " \"full_kappa\": 10000.0 ,\n",
36183618 " \"full_num_iterations\": 5,\n",
36193619 " \"full_fit_desc\": \"Fitting task with kappa = 10000 ms\",\n",
36203620 "}\n",
36383638 "full_fitting_key_2 = {\n",
36393639 " **pca_task_key,\n",
36403640 " \"full_latent_dim\": 4,\n",
3641- " \"full_kappa\": 5000.,\n",
3641+ " \"full_kappa\": 5000.0 ,\n",
36423642 " \"full_num_iterations\": 5,\n",
36433643 " \"full_fit_desc\": \"Fitting task with kappa = 5000 ms\",\n",
36443644 "}\n",
You can’t perform that action at this time.
0 commit comments