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(
rt: runs_base.Runtime,
) -> runs_base.Run:
env = inst_base.InstantiationEnvironment() # TODO: set from args
instantiation.env = env
output = sim_out.SimulationOutput(instantiation.simulation)
run = runs_base.Run(instantiation=instantiation, prereq=prereq, output=output)
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