summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot/da.py2
-rw-r--r--test/test_da.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ot/da.py b/ot/da.py
index 474c944..108609f 100644
--- a/ot/da.py
+++ b/ot/da.py
@@ -2121,4 +2121,4 @@ class UnbalancedSinkhornTransport(BaseTransport):
self.coupling_ = returned_
self.log_ = dict()
- return self \ No newline at end of file
+ return self
diff --git a/test/test_da.py b/test/test_da.py
index 0e31f26..befec43 100644
--- a/test/test_da.py
+++ b/test/test_da.py
@@ -600,4 +600,4 @@ def test_emd_laplace_class():
# test fit_transform
transp_Xs = otda.fit_transform(Xs=Xs, Xt=Xt)
- assert_equal(transp_Xs.shape, Xs.shape) \ No newline at end of file
+ assert_equal(transp_Xs.shape, Xs.shape)