We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d94c82 commit 58877c2Copy full SHA for 58877c2
interpolation/multilinear/mlinterp.py
@@ -203,7 +203,6 @@ def interp(*args):
203
if it.d==1 and it.eval=='point':
204
it = itt(it.d, it.values, 'cartesian')
205
source = make_mlinterp(it,'__mlinterp')
206
- print(source)
207
import ast
208
tree = ast.parse(source)
209
code = compile(tree, "<string>", "exec")
0 commit comments