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:
parent
f984ea15f3
commit
d99be12b05
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user