diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 05:30:07 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 05:30:07 +0200 |
| commit | 67f327dbfcbe849184685d7f003457fdfb4588a6 (patch) | |
| tree | aff0af98970fda32ae32adfc859242dfa2c891d5 /test-mogrify.py | |
| parent | c91dd8fa69e7396568d631d0be1cf1f70dc47da6 (diff) | |
ok
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
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 |
