Skip to content

Commit

Permalink
feat(knn_model): Initial commit for pyro model for knn model.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Aivazidis <[email protected]>
  • Loading branch information
AlexanderAivazidis committed Aug 29, 2024
1 parent 3c840cb commit fbca112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrovelocity/models/knn_model/_velocity_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __init__(
self.decoder = Decoder(1, self.num_genes, n_layers=2)

self.enumeration = "parallel"
# self.set_enumeration_strategy()
# self.set_enumeration_strategy()

@beartype
def __repr__(self) -> str:
Expand Down

0 comments on commit fbca112

Please sign in to comment.