Skip to content

Commit

Permalink
Update scvi/external/sysvi/_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Mar 15, 2024
1 parent 661bbc6 commit 9a49d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvi/external/sysvi/_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SysVI(TrainingCustom, BaseModelClass):
Parameters
----------
adata
AnnData object that has been registered via :meth:`~scvi-tools.SysVI.setup_anndata`.
AnnData object that has been registered via :meth:`~scvi.external.SysVI.setup_anndata`.
prior
The prior distribution to be used. You can choose between "standard_normal" and "vamp".
n_prior_components
Expand Down

0 comments on commit 9a49d24

Please sign in to comment.