You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haven't been able to get a proper MWE yet. Running the polygon_hierarchy test file just sometimes segfaults in the first code block. Going to disable deepcopy temporarily, but a better fix is needed. (deepcopy isn't really the best thing to do on triangulations anyway [and probably is broken somewhere anyway due to some aliasing between fields], so I don't even hate the idea of throwing if someone tries to deepcopy a Triangulation but too late.)
The text was updated successfully, but these errors were encountered:
Haven't been able to get a proper MWE yet. Running the
polygon_hierarchy
test file just sometimes segfaults in the first code block. Going to disabledeepcopy
temporarily, but a better fix is needed. (deepcopy
isn't really the best thing to do on triangulations anyway [and probably is broken somewhere anyway due to some aliasing between fields], so I don't even hate the idea of throwing if someone tries todeepcopy
aTriangulation
but too late.)The text was updated successfully, but these errors were encountered: