Skip to content

Commit

Permalink
do the todos
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Nov 25, 2024
1 parent 0fcd620 commit 901507d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/moscot/problems/cross_modality/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def annotation_mapping(
cell_transition_kwargs
Keyword arguments for :meth:`cell_transition`, used only if ``mapping_mode = 'sum'``.
scale_by_marginals
TODO
Whether to scale by the source/target :term:`marginals`.
Returns
Expand Down
6 changes: 3 additions & 3 deletions src/moscot/problems/space/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ def annotation_mapping(
cell_transition_kwargs
Keyword arguments for :meth:`cell_transition`, used only if ``mapping_mode = 'sum'``.
other_adata
TODO
Other adata object to use for the cell transitions.
scale_by_marginals
TODO
Whether to scale by the source/target :term:`marginals`.
Returns
-------
Expand Down Expand Up @@ -677,7 +677,7 @@ def annotation_mapping(
cell_transition_kwargs
Keyword arguments for :meth:`cell_transition`, used only if ``mapping_mode = 'sum'``.
scale_by_marginals
todo
Whether to scale by the source/target :term:`marginals`.
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion src/moscot/problems/time/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def annotation_mapping(
cell_transition_kwargs
Keyword arguments for :meth:`cell_transition`, used only if ``mapping_mode = 'sum'``.
scale_by_marginals
TODO
Whether to scale by the source/target :term:`marginals`.
Returns
-------
Expand Down

0 comments on commit 901507d

Please sign in to comment.