Skip to content

Commit

Permalink
remove skipped tests and add link to other skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Sep 23, 2024
1 parent 49c8bbc commit f303a14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/problems/space/test_alignment_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def test_prepare_star(self, adata_space_rotate: AnnData, reference: str):
assert ref == reference
assert isinstance(ap[prob_key], ap._base_problem_type)

# @pytest.mark.skip(reason="See https://github.com/theislab/moscot/issues/678")
@pytest.mark.parametrize(
("epsilon", "alpha", "rank", "initializer", "should_raise"),
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_solve_balanced(self, adata_spatio_temporal: AnnData):
assert isinstance(subsol, BaseDiscreteSolverOutput)
assert key in expected_keys

@pytest.mark.skip(reason="unbalanced does not work yet")
@pytest.mark.skip(reason="unbalanced does not work yet: https://github.com/ott-jax/ott/issues/519")
def test_solve_unbalanced(self, adata_spatio_temporal: AnnData):
taus = [9e-1, 1e-2]
problem1 = SpatioTemporalProblem(adata=adata_spatio_temporal)
Expand Down

0 comments on commit f303a14

Please sign in to comment.