Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
4e169e0f
Commit
4e169e0f
authored
Jul 06, 2020
by
Gustavo Pinzon
Browse files
THe progressbar on ddic-script now updates correctly
parent
98deefd2
Pipeline
#46624
passed with stages
in 29 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
scripts/spam-ddic
View file @
4e169e0f
...
...
@@ -333,7 +333,7 @@ if mpiRank == boss or not mpi:
print
(
"spam-ddic: Starting label correlation"
)
widgets
=
[
progressbar
.
FormatLabel
(
''
),
' '
,
progressbar
.
Bar
(),
' '
,
progressbar
.
AdaptiveETA
()]
pbar
=
progressbar
.
ProgressBar
(
widgets
=
widgets
,
maxval
=
numberOfLabels
-
1
)
pbar
=
progressbar
.
ProgressBar
(
widgets
=
widgets
,
maxval
=
numberOfLabels
ToCorrelate
)
pbar
.
start
()
while
finishedLabels
!=
numberOfLabelsToCorrelate
:
...
...
Write
Preview
Supports
Markdown
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