Skip to content

Commit c2ff8da

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 49b770f commit c2ff8da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

use_cases/autotune_scvi.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"model_cls.setup_anndata(\n",
370370
" adata,\n",
371371
" layer=\"counts\",\n",
372-
" labels_key=\"cell_type\", \n",
372+
" labels_key=\"cell_type\",\n",
373373
" batch_key=\"cell_source\",\n",
374374
" categorical_covariate_keys=[\"donor\"],\n",
375375
" continuous_covariate_keys=[\"percent_mito\", \"percent_ribo\"],\n",
@@ -902,7 +902,7 @@
902902
" scib_subsample_rows=10000,\n",
903903
" local_mode=True,\n",
904904
" ignore_reinit_error=True,\n",
905-
" solver=\"randomized\"\n",
905+
" solver=\"randomized\",\n",
906906
")"
907907
]
908908
},

0 commit comments

Comments
 (0)