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
d9756de5
Commit
d9756de5
authored
Sep 23, 2024
by
Hejing Li
Browse files
runs/base.py: fix class name
parent
5fc19e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
experiments/simbricks/orchestration/runtime_new/runs/base.py
experiments/simbricks/orchestration/runtime_new/runs/base.py
+2
-2
No files found.
experiments/simbricks/orchestration/runtime_new/runs/base.py
View file @
d9756de5
...
@@ -42,10 +42,10 @@ class Run:
...
@@ -42,10 +42,10 @@ class Run:
def
__init__
(
def
__init__
(
self
,
self
,
simulation
:
sim_base
,
simulation
:
sim_base
.
Simulation
,
instantiation
:
inst_base
.
Instantiation
,
instantiation
:
inst_base
.
Instantiation
,
prereq
:
Run
|
None
=
None
,
prereq
:
Run
|
None
=
None
,
output
:
Exp
Output
|
None
=
None
,
output
:
output
.
Simulation
Output
|
None
=
None
,
job_id
:
int
|
None
=
None
,
job_id
:
int
|
None
=
None
,
):
):
self
.
_simulation
:
sim_base
.
Simulation
=
simulation
self
.
_simulation
:
sim_base
.
Simulation
=
simulation
...
...
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