Skip to content

Commit fac003d

Browse files
committed
author and license for tets files
1 parent 77037cc commit fac003d

File tree

8 files changed

+39
-0
lines changed

8 files changed

+39
-0
lines changed

test/test_bregman.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""Tests for module bregman on OT with bregman projections """
2+
3+
# Author: Remi Flamary <[email protected]>
4+
#
5+
# License: MIT License
16

27
import numpy as np
38
import ot

test/test_da.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""Tests for module da on Domain Adaptation """
2+
3+
# Author: Remi Flamary <[email protected]>
4+
#
5+
# License: MIT License
16

27
import numpy as np
38
import ot

test/test_dr.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""Tests for module dr on Dimensionality Reduction """
2+
3+
# Author: Remi Flamary <[email protected]>
4+
#
5+
# License: MIT License
16

27
import numpy as np
38
import ot

test/test_gpu.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""Tests for module gpu for gpu acceleration """
2+
3+
# Author: Remi Flamary <[email protected]>
4+
#
5+
# License: MIT License
16

27
import numpy as np
38
import ot

test/test_optim.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""Tests for module optim fro OT optimization """
2+
3+
# Author: Remi Flamary <[email protected]>
4+
#
5+
# License: MIT License
16

27
import numpy as np
38
import ot

test/test_ot.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""Tests for main module ot """
2+
3+
# Author: Remi Flamary <[email protected]>
4+
#
5+
# License: MIT License
16

27
import numpy as np
38
import ot

test/test_plot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
"""Tests for module plot for visualization """
12

3+
# Author: Remi Flamary <[email protected]>
4+
#
5+
# License: MIT License
26

37
import numpy as np
48
import matplotlib

test/test_utils.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""Tests for module utils for timing and parallel computation """
2+
3+
# Author: Remi Flamary <[email protected]>
4+
#
5+
# License: MIT License
16

27

38
import ot

0 commit comments

Comments
 (0)