Skip to content

Commit

Permalink
remove unused arg again
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Dec 10, 2024
1 parent f0d4809 commit f7c5d02
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 @@ -313,7 +313,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"

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

assert not np.allclose(prob1.solution._output.geom.cost_matrix, prob2.solution._output.geom.cost_matrix)

Expand Down

0 comments on commit f7c5d02

Please sign in to comment.