From 462d03edbfae55d9b633d4f6a92b0335d6c7201b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Thu, 19 Dec 2019 19:16:13 +0100 Subject: [PATCH] Double parenthesis around print --- .../0.9.0/crankshaft/crankshaft/regression/gwr/base/kernels.py | 2 +- src/py/crankshaft/crankshaft/regression/gwr/base/kernels.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/python/0.9.0/crankshaft/crankshaft/regression/gwr/base/kernels.py b/release/python/0.9.0/crankshaft/crankshaft/regression/gwr/base/kernels.py index f662c20..bdf246d 100644 --- a/release/python/0.9.0/crankshaft/crankshaft/regression/gwr/base/kernels.py +++ b/release/python/0.9.0/crankshaft/crankshaft/regression/gwr/base/kernels.py @@ -117,4 +117,4 @@ class _Kernel(object): elif self.function =='exponential': return np.exp(-zs) else: - print(('Unsupported kernel function', self.function)) + print('Unsupported kernel function', self.function) diff --git a/src/py/crankshaft/crankshaft/regression/gwr/base/kernels.py b/src/py/crankshaft/crankshaft/regression/gwr/base/kernels.py index f662c20..bdf246d 100644 --- a/src/py/crankshaft/crankshaft/regression/gwr/base/kernels.py +++ b/src/py/crankshaft/crankshaft/regression/gwr/base/kernels.py @@ -117,4 +117,4 @@ class _Kernel(object): elif self.function =='exponential': return np.exp(-zs) else: - print(('Unsupported kernel function', self.function)) + print('Unsupported kernel function', self.function)