-
Notifications
You must be signed in to change notification settings - Fork 3
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
Old version of algorithm has unexpected behaviour #229
Labels
Comments
Full output of
with densification and simplification turned off only during the while loop, and initial simplification retained.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we disable different flags that we have progressively introduced, we find behaviour that was not there in the past.
For instance, if disable all simplification and densification, the command:
gets stuck (without ending gracefully) at the start of integration 27. It also indicates a negative area:
Full error commented below.
Further, if we disable only the densification and simplification inside the while loop, but retain initial simplification, we end up with segmentation faults near iteration 300 of an integration. Here are the maps that fail in that manner:
Here is a sample output (NUTS by region):
The text was updated successfully, but these errors were encountered: