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

Recursion limit reach with more than 1200 origins #4

Open
laurensversluis opened this issue Oct 14, 2016 · 1 comment
Open

Recursion limit reach with more than 1200 origins #4

laurensversluis opened this issue Oct 14, 2016 · 1 comment

Comments

@laurensversluis
Copy link
Collaborator

sys.setrecursionlimit(limit

@jorgegil
Copy link
Collaborator

jorgegil commented Jun 26, 2017

There is some vey dangerous recursion in the convex hull algorithm within nested while loops! That's a recipe for disaster at the smallest error. For that reason those loops should be re-designed.

This happens even with fewer origins (for example 10) but in large and dense networks.

jorgegil added a commit that referenced this issue Jun 26, 2017
@Anafi Anafi self-assigned this Aug 4, 2018
@Anafi Anafi added this to the Improvements & Debugging milestone Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants