Skip to content

Commit

Permalink
remove temporal-alluding docs in generic analysis mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
MUCDK committed Feb 3, 2023
1 parent fab5b94 commit 404cb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/moscot/problems/generic/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def push(
**kwargs: Any,
) -> Optional[ApplyOutput_t[K]]:
"""
Push distribution of cells through time.
Push distribution of cells from source to target.
Parameters
----------
Expand Down Expand Up @@ -160,7 +160,7 @@ def pull(
**kwargs: Any,
) -> Optional[ApplyOutput_t[K]]:
"""
Pull distribution of cells through time.
Pull distribution of cells from target to source.
Parameters
----------
Expand Down

0 comments on commit 404cb92

Please sign in to comment.