Skip to content
Prev Previous commit
Next Next commit
[DEBUG] PEP 8
  • Loading branch information
Francisco Muñoz committed Oct 13, 2023
commit ccd7c35591a9a5e22bb70fc654f791f2f77b3216
3 changes: 1 addition & 2 deletions test/test_bregman.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ def test_wasserstein_bary_2d_debiased_dtype_device(nx, method):
def test_wasserstein_bary_2d_debiased_device_tf(method):
# Using the Tensorflow backend
nx = ot.backend.TensorflowBackend()

rng = np.random.RandomState(42)
size = 20 # size of a square image

Expand Down Expand Up @@ -1020,7 +1020,6 @@ def test_wasserstein_bary_2d_debiased_device_tf(method):
assert nx.dtype_device(bary_wass_b)[1].startswith("GPU")



def test_unmix(nx):
n_bins = 50 # nb bins

Expand Down