Skip to content

Commit c52b923

Browse files
committed
2 parents a43ad43 + fda523e commit c52b923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workflows/p2b1_mlrMBO/swift/workflow3.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ string code_template =
2323
"""
2424
import p2b1_runner
2525
import json, os
26+
import theano
2627
2728
outdir = '%s'
29+
theano.config.base_compiledir = outdir
2830
2931
if not os.path.exists(outdir):
3032
os.makedirs(outdir)

0 commit comments

Comments
 (0)