Skip to content

Commit

Permalink
remove unused arg in cell_transition (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
MUCDK authored Mar 16, 2023
1 parent d4058f8 commit 48318f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/moscot/problems/generic/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def cell_transition(
target: K,
source_groups: Optional[Str_Dict_t] = None,
target_groups: Optional[Str_Dict_t] = None,
# TODO(MUCDK): unused arg
key: Optional[str] = None,
forward: bool = False, # return value will be row-stochastic if forward=True, else column-stochastic
aggregation_mode: Literal["annotation", "cell"] = "annotation",
batch_size: Optional[int] = None,
Expand All @@ -60,7 +58,6 @@ def cell_transition(
Parameters
----------
%(cell_trans_params)s
%(key)s
%(forward_cell_transition)s
%(aggregation_mode)s
%(other_key)s
Expand Down

0 comments on commit 48318f7

Please sign in to comment.