Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Mar 25, 2024
1 parent 1f1831c commit 83c68d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion element_moseq/moseq_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def make(self, key):

if pose_estimation_method == "deeplabcut":
setup_project(
project_dir = kpms_project_output_dir.as_posix(),
project_dir=kpms_project_output_dir.as_posix(),
deeplabcut_config=(kpset_dir / "config.yaml")
or (kpset_dir / "config.yml"),
)
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3614,7 +3614,7 @@
"full_fit_key = {\n",
" **pca_task_key,\n",
" \"full_latent_dim\": 4,\n",
" \"full_kappa\": 10000.,\n",
" \"full_kappa\": 10000.0,\n",
" \"full_num_iterations\": 5,\n",
" \"full_fit_desc\": \"Fitting task with kappa = 10000 ms\",\n",
"}\n",
Expand All @@ -3638,7 +3638,7 @@
"full_fitting_key_2 = {\n",
" **pca_task_key,\n",
" \"full_latent_dim\": 4,\n",
" \"full_kappa\": 5000.,\n",
" \"full_kappa\": 5000.0,\n",
" \"full_num_iterations\": 5,\n",
" \"full_fit_desc\": \"Fitting task with kappa = 5000 ms\",\n",
"}\n",
Expand Down

0 comments on commit 83c68d5

Please sign in to comment.