1
0
Fork 0

Explicitly call the planner with Python

This is to force the planner to be executed with the configuration-
specified Python version and not the default one.
This commit is contained in:
Patrick Lühne 2017-11-21 02:24:12 +01:00
parent f984ea15f3
commit d99be12b05
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ def runJob(configuration, instance, config):
config["executables"]["timeout"]["binary"],
"-m=" + str(config["limits"]["memory"]),
"-t=" + str(config["limits"]["time"]),
config["executables"]["python"]["binary"],
config["executables"]["planner"]["binary"],
"--domain=" + inputFiles["domainFile"],
inputFiles["instanceFile"],