We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566a0fc commit 5c35d58Copy full SHA for 5c35d58
test/test_ot.py
@@ -395,7 +395,7 @@ def test_generalised_free_support_barycenter_backends(nx):
395
np.testing.assert_allclose(Y, nx.to_numpy(Y2))
396
397
398
-@pytest.mark.skipif(not ot.lp.cvx.cvxopt, reason="No cvxopt available")
+@pytest.mark.skipif(not ot.lp._barycenter_solvers.cvxopt, reason="No cvxopt available")
399
def test_lp_barycenter_cvxopt():
400
a1 = np.array([1.0, 0, 0])[:, None]
401
a2 = np.array([0, 0, 1.0])[:, None]
0 commit comments