Skip to content

Commit

Permalink
Update scvi/external/sysvi/_base_components.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Mar 15, 2024
1 parent 8c25dba commit c5f5c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvi/external/sysvi/_base_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Embedding(Module):
Apply layer normalization
"""

def __init__(self, size, cov_embed_dims: int = 10, normalize: bool = True):
def __init__(self, size: int, cov_embed_dims: int = 10, normalize: bool = True):
super().__init__()

self.normalize = normalize
Expand Down

0 comments on commit c5f5c37

Please sign in to comment.