Skip to content

Commit

Permalink
adding testing for simple_spinning_template function typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drcandacemakedamoore committed May 8, 2021
1 parent 8b8948f commit 2610fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanX.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ def simple_spinning_template(
img_rgb = cv2.imread(pic)
copy_image = cv2.imread(pic)
img_gray = cv2.cvtColor(img_rgb, cv2.COLOR_BGR2GRAY)
#rotator_generator = generator
# rotator_generator = generator
for element in Rotator(greys_template).iter(
angle_start,
angle_stop,
Expand Down

0 comments on commit 2610fa8

Please sign in to comment.