-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Impossible Shortest Path Sometimes Ignoring Holes? #23
Labels
bug
Something isn't working
Comments
Thanks for reporting this. It indeed looks like a bug. I will have a look into it. |
jannikmi
added a commit
that referenced
this issue
Jan 7, 2021
two separate "rooms" not reachable from each other. based on issue #23
jannikmi
added a commit
that referenced
this issue
Jan 7, 2021
This works for me. Thank you for your quick response! |
Work progress tracked in #24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm not sure if I'm doing something wrong here. I'm trying to make a path that should be impossible (and thus return None), but instead I'm getting a path that's ignoring a hole. Is this a mistake on my part, or a bug in the library? Thanks for your help.
Ubuntu 20.04
Python 3.8.5
extremitypathfinder 2.0.0
The text was updated successfully, but these errors were encountered: