Skip to content

Commit d974f64

Browse files
author
Hicham Janati
committed
fix pep8
1 parent fe49a66 commit d974f64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_bregman.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ def test_barycenter(nx, method, verbose, warn):
490490
ot.bregman.barycenter(A_nx, M_nx, reg, log=True)
491491

492492

493-
494493
@pytest.mark.parametrize("method, verbose, warn",
495494
product(["sinkhorn", "sinkhorn_stabilized", "sinkhorn_log"],
496495
[True, False], [True, False]))
@@ -526,7 +525,6 @@ def test_barycenter_assymetric_cost(nx, method, verbose, warn):
526525
ot.bregman.barycenter(A_nx, M_nx, reg, log=True)
527526

528527

529-
530528
@pytest.mark.parametrize("method, verbose, warn",
531529
product(["sinkhorn", "sinkhorn_log"],
532530
[True, False], [True, False]))

0 commit comments

Comments
 (0)