From b536be73326e20fd3959ba4fe28cc45a344f47d3 Mon Sep 17 00:00:00 2001 From: ngayraud Date: Mon, 12 Aug 2019 16:51:51 -0400 Subject: Attempting to fix docstyle --- ot/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot/utils.py b/ot/utils.py index a334fea..b0d95f9 100644 --- a/ot/utils.py +++ b/ot/utils.py @@ -189,7 +189,7 @@ def cost_normalization(C, norm=None): elif norm == "loglog": C = np.log1p(np.log1p(C)) else: - raise ValueError(f'Norm {norm} is not a valid option. ' + raise ValueError(f'Norm {norm} is not a valid option.\n' f'Valid options are:\n' f'median, max, log, loglog') return C -- cgit v1.2.3