From 1a4c264cc9b2cb0bb89840ee9175177e86eef3ef Mon Sep 17 00:00:00 2001 From: ievred Date: Wed, 8 Apr 2020 16:34:39 +0200 Subject: added label normalization to utils --- test/test_da.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_da.py') diff --git a/test/test_da.py b/test/test_da.py index 4eb6de0..d96046d 100644 --- a/test/test_da.py +++ b/test/test_da.py @@ -650,6 +650,7 @@ def test_jcpot_transport_class(): transp_ys = otda.inverse_transform_labels(yt) [assert_equal(x.shape, y.shape) for x, y in zip(transp_ys, ys)] + def test_jcpot_barycenter(): """test_jcpot_barycenter """ -- cgit v1.2.3