Skip to content

Commit

Permalink
add comments on issues
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Mar 26, 2024
1 parent bdac69b commit f3c54be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/problems/space/test_alignment_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_solve_balanced(
rank: int,
initializer: Optional[Literal["random", "rank2"]],
):
# check https://github.com/ott-jax/ott/issues/495
kwargs = {"inner_iterations": 10}
if rank > -1:
kwargs["initializer"] = initializer
Expand Down
1 change: 1 addition & 0 deletions tests/problems/space/test_mapping_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def test_solve_balanced(
initializer: Optional[Literal["random", "rank2"]],
):
adataref, adatasp = _adata_spatial_split(adata_mapping)
# check https://github.com/ott-jax/ott/issues/495
kwargs = {"inner_iterations": 10}
if rank > -1:
kwargs["initializer"] = initializer
Expand Down

0 comments on commit f3c54be

Please sign in to comment.