"example/vscode:/vscode.git/clone" did not exist on "b653c5eb2e440a181dde86fc29696851f329ab96"
Unverified Commit 775b5042 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

symphony/local: override default instantiation env

parent 378fe455
...@@ -265,6 +265,9 @@ def add_exp( ...@@ -265,6 +265,9 @@ def add_exp(
rt: runs_base.Runtime, rt: runs_base.Runtime,
) -> runs_base.Run: ) -> runs_base.Run:
env = inst_base.InstantiationEnvironment() # TODO: set from args
instantiation.env = env
output = sim_out.SimulationOutput(instantiation.simulation) output = sim_out.SimulationOutput(instantiation.simulation)
run = runs_base.Run(instantiation=instantiation, prereq=prereq, output=output) run = runs_base.Run(instantiation=instantiation, prereq=prereq, output=output)
rt.add_run(run) rt.add_run(run)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment