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
7967161a
Commit
7967161a
authored
Nov 15, 2020
by
Hejing Li
Browse files
NET canfail true
parent
c17f80d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/modes/experiments.py
experiments/modes/experiments.py
+1
-1
No files found.
experiments/modes/experiments.py
View file @
7967161a
...
@@ -86,7 +86,7 @@ class Experiment(object):
...
@@ -86,7 +86,7 @@ class Experiment(object):
print
(
'start Net:'
,
net
.
run_cmd
(
env
))
print
(
'start Net:'
,
net
.
run_cmd
(
env
))
sc
=
exectools
.
SimpleComponent
(
net
.
full_name
(),
sc
=
exectools
.
SimpleComponent
(
net
.
full_name
(),
shlex
.
split
(
net
.
run_cmd
(
env
)),
verbose
=
verbose
)
shlex
.
split
(
net
.
run_cmd
(
env
)),
verbose
=
verbose
,
canfail
=
True
)
await
sc
.
start
()
await
sc
.
start
()
running
.
append
((
net
,
sc
))
running
.
append
((
net
,
sc
))
...
...
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