From fac003de3d3a159bb8fb6228786479cdede2df4e Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 26 Jul 2017 12:07:03 +0200 Subject: author and license for tets files --- test/test_bregman.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/test_bregman.py') diff --git a/test/test_bregman.py b/test/test_bregman.py index 1638ef6..4a800fd 100644 --- a/test/test_bregman.py +++ b/test/test_bregman.py @@ -1,3 +1,8 @@ +"""Tests for module bregman on OT with bregman projections """ + +# Author: Remi Flamary +# +# License: MIT License import numpy as np import ot -- cgit v1.2.3