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

Running on IDE leads to... #3

Open
hp321 opened this issue Aug 19, 2018 · 0 comments
Open

Running on IDE leads to... #3

hp321 opened this issue Aug 19, 2018 · 0 comments

Comments

@hp321
Copy link

hp321 commented Aug 19, 2018

====================
Traceback (most recent call last):
File "\A_star.py", line 152, in
route_length, route_path = play(img)
File "\A_star.py", line 139, in play
grid = grid_map(img)
File "\A_star.py", line 16, in grid_map
if (np.array_equal(img[20+(i40), 20+(j40)], [255, 255, 255])):
TypeError: 'NoneType' object is not subscriptable

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

1 participant