Skip to content

Commit

Permalink
update velocity function
Browse files Browse the repository at this point in the history
  • Loading branch information
gjhuizing committed Jul 8, 2024
1 parent 59b2612 commit a09eadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def compute_velocity(
adata: AnnData,
model: SpaceTime,
omics_key: str,
key_added: str = "potential",
key_added: str = "X_velo",
) -> None:
"""Compute -grad J for all cells in an AnnData object, where J is the potential.
Expand Down

0 comments on commit a09eadb

Please sign in to comment.