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
OpenDAS
nni
Commits
30e23524
"test/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "1a2e5c11ac1d5c3fce01bc4f5e45574bfa4e4e48"
Commit
30e23524
authored
Oct 18, 2018
by
Zejun Lin
Committed by
QuanluZhang
Oct 18, 2018
Browse files
quick fix for ci (#248)
parent
d058a840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/naive/run.py
test/naive/run.py
+2
-2
No files found.
test/naive/run.py
View file @
30e23524
...
...
@@ -67,7 +67,7 @@ class Integration_test():
self
.
fetch_experiment_config
()
current_trial
=
0
for
_
in
range
(
6
0
):
for
_
in
range
(
10
0
):
time
.
sleep
(
1
)
tuner_status
=
self
.
read_last_line
(
'tuner_result.txt'
)
...
...
@@ -89,7 +89,7 @@ class Integration_test():
current_trial
=
trial
print
(
'Trial #%d done'
%
trial
)
assert
experiment_status
,
'Failed to finish in 1
min
'
assert
experiment_status
,
'Failed to finish in 1
00 sec
'
ss1
=
json
.
load
(
open
(
'search_space.json'
))
ss2
=
json
.
load
(
open
(
'tuner_search_space.json'
))
...
...
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