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
80b60aad
Commit
80b60aad
authored
Sep 13, 2024
by
Hejing Li
Browse files
distributed.py: fix import
parent
ebca47be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/simbricks/orchestration/runtime_new/runs/distributed.py
...s/simbricks/orchestration/runtime_new/runs/distributed.py
+1
-1
No files found.
experiments/simbricks/orchestration/runtime_new/runs/distributed.py
View file @
80b60aad
...
...
@@ -32,7 +32,7 @@ from simbricks.orchestration.runtime_new.runs import base as run_base
from
simbricks.orchestration.simulation
import
base
as
sim_base
class
DistributedSimpleRuntime
(
base
.
Runtime
):
class
DistributedSimpleRuntime
(
run_
base
.
Runtime
):
def
__init__
(
self
,
...
...
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