aboutsummaryrefslogtreecommitdiff
path: root/scripts/prompt_matrix.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-06 12:34:15 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-06 12:34:15 +0300
commit66a9ca9d00a3bb4e707c76ec6f8c5f90aa48065f (patch)
tree08f9d1d48ca764384ace6f34e8d32fc597d3ec53 /scripts/prompt_matrix.py
parent5e20657146139557d82dc4d0054ceab619caa700 (diff)
fixes for incorrect progressbar
Diffstat (limited to 'scripts/prompt_matrix.py')
-rw-r--r--scripts/prompt_matrix.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/prompt_matrix.py b/scripts/prompt_matrix.py
index 720d7583..6d27df5a 100644
--- a/scripts/prompt_matrix.py
+++ b/scripts/prompt_matrix.py
@@ -31,7 +31,6 @@ def draw_xy_grid(xs, ys, x_label, y_label, cell):
first_pocessed = processed
res.append(processed.images[0])
- state.nextjob()
grid = images.image_grid(res, rows=len(ys))
grid = images.draw_grid_annotations(grid, res[0].width, res[0].height, hor_texts, ver_texts)