Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code attempts array access on an integer #1

Open
metaperl opened this issue Oct 1, 2015 · 1 comment
Open

Code attempts array access on an integer #1

metaperl opened this issue Oct 1, 2015 · 1 comment

Comments

@metaperl
Copy link

metaperl commented Oct 1, 2015

In your code on line 107 you have:
r_diff = abs(pix1[0] - pix2[0])

But just above you started iterating through a list of integers, so this fails.

@urwithajit9
Copy link

Any Solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants