Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
775b5042
"example/vscode:/vscode.git/clone" did not exist on "b653c5eb2e440a181dde86fc29696851f329ab96"
Unverified
Commit
775b5042
authored
Nov 30, 2024
by
Antoine Kaufmann
Browse files
symphony/local: override default instantiation env
parent
378fe455
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
symphony/local/simbricks/local/__main__.py
symphony/local/simbricks/local/__main__.py
+3
-0
No files found.
symphony/local/simbricks/local/__main__.py
View file @
775b5042
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment