mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
Double parenthesis around print
This commit is contained in:
parent
a0476b1eca
commit
462d03edbf
@ -117,4 +117,4 @@ class _Kernel(object):
|
|||||||
elif self.function =='exponential':
|
elif self.function =='exponential':
|
||||||
return np.exp(-zs)
|
return np.exp(-zs)
|
||||||
else:
|
else:
|
||||||
print(('Unsupported kernel function', self.function))
|
print('Unsupported kernel function', self.function)
|
||||||
|
@ -117,4 +117,4 @@ class _Kernel(object):
|
|||||||
elif self.function =='exponential':
|
elif self.function =='exponential':
|
||||||
return np.exp(-zs)
|
return np.exp(-zs)
|
||||||
else:
|
else:
|
||||||
print(('Unsupported kernel function', self.function))
|
print('Unsupported kernel function', self.function)
|
||||||
|
Loading…
Reference in New Issue
Block a user