Skip to content

Commit 83c68d5

Browse files
committed
black formatting
1 parent 1f1831c commit 83c68d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

element_moseq/moseq_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

notebooks/tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,7 @@
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",
@@ -3638,7 +3638,7 @@
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",

0 commit comments

Comments
 (0)