summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 05:30:07 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 05:30:07 +0200
commit67f327dbfcbe849184685d7f003457fdfb4588a6 (patch)
treeaff0af98970fda32ae32adfc859242dfa2c891d5 /test-mogrify.py
parentc91dd8fa69e7396568d631d0be1cf1f70dc47da6 (diff)
ok
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-mogrify.py b/test-mogrify.py
index 3ef86b7..cd1bec0 100644
--- a/test-mogrify.py
+++ b/test-mogrify.py
@@ -183,7 +183,6 @@ if __name__ == '__main__':
render_path = render_dir + "ren_{:05d}.png".format(i+1)
if A_dir is not None:
sequence_path = A_dir.format(A_offset+i+1)
- print(sequence_path)
# A_offset
# save rendered image
@@ -207,7 +206,6 @@ if __name__ == '__main__':
array_ab = np.add(array_a, array_b)
array_abc = np.add(array_ab, array_c)
next_im = array_abc.astype('uint8')
- print("rec: {}, seq: {}, pix: {}".format(frac_a, frac_b, frac_c))
else:
frac_a = data_opt.recursive_frac