Skip to content

Commit

Permalink
remove unused lse_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Dec 10, 2024
1 parent 1b56904 commit f0d4809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/problems/base/test_general_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_set_graph_x_y(self, adata_x: AnnData, adata_y: AnnData, ts: Tuple[Optio
assert ta2.tag == Tag.GRAPH
assert ta2.cost == "geodesic"

prob1 = prob1.solve(lse_mode=False, epsilon=10.0)
prob1 = prob1.solve(epsilon=10.0)

prob2 = OTProblem(adata_x, adata_y)
prob2 = prob2.prepare(
Expand Down

0 comments on commit f0d4809

Please sign in to comment.