Skip to content

Commit

Permalink
update var documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrovatin committed Sep 14, 2024
1 parent 3e8ffd0 commit 4ce4614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scvi/external/sysvi/_base_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(
n_cov: int,
n_hidden: int = 256,
n_layers: int = 3,
var_mode: Literal["sample_feature", "feature", "linear"] = "feature",
var_mode: Literal["sample_feature", "feature"] = "feature",
sample: bool = False,
**kwargs,
):
Expand Down

0 comments on commit 4ce4614

Please sign in to comment.