|
@@ -339,8 +339,8 @@ class ModelverseKernel(object):
|
|
|
#print(func)
|
|
|
|
|
|
# To write out all generated functions
|
|
|
- with open('/tmp/junk/%s' % suggested_name, 'w') as f:
|
|
|
- f.write(func)
|
|
|
+ #with open('/tmp/junk/%s' % suggested_name, 'w') as f:
|
|
|
+ # f.write(func)
|
|
|
|
|
|
raise primitive_functions.PrimitiveFinished(func)
|
|
|
|