theislab / moscot

Multi-omic single-cell optimal transport tools
https://moscot-tools.org
BSD 3-Clause "New" or "Revised" License
112 stars 9 forks source link

Unbalance FGW full rank marginal normalization issue #691

Open giovp opened 5 months ago

giovp commented 5 months ago

xlink https://github.com/theislab/moscot/pull/686

selmanozleyen commented 1 week ago

Ok just to update this issue waits for https://github.com/ott-jax/ott/issues/519 to be closed and then we'd need to unskip the test related in

class TestSpatioTemporalProblem:
...
@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):