summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 05:17:02 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 05:17:02 +0200
commitab6ecf09b4b0ca0e22a524402ffb596091fee2a1 (patch)
tree23bc2bf8c0b036c5d0017764fbd5445a4a9457f4 /test-mogrify.py
parent3dbb390f4d249e6eaf3fbf1afa401369c3582b64 (diff)
testy
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-mogrify.py b/test-mogrify.py
index 787f07d..594a773 100644
--- a/test-mogrify.py
+++ b/test-mogrify.py
@@ -89,8 +89,8 @@ if __name__ == '__main__':
processed = True
img = cv2.Canny(img, data_opt.canny_lo, data_opt.canny_hi)
- if processed is False:
- return img
+ # if processed is False:
+ # return img
src_img = im[:, :, ::-1].copy()
frac_a = data_opt.process_frac