Polytope's is_valid possibly not working as intended #44
Answered
by
natemacfadden
CharlesArnal
asked this question in
Q&A
|
Hello, If I am not mistaken, the following code snippet describes a valid polytope and non-valid triangulation, but raises no exception from The output is:
I am new to the library and I might have made a dumb mistake, in which case I apologize. Assuming that there is indeed a problem, do you know under which conditions I can trust that a triangulation that is described as fine, star and regular is actually fine, star and regular ? |
Answered by
natemacfadden
May 13, 2025
Replies: 2 comments 1 reply
|
I think there was a related issue fixed some time ago. @natemacfadden could you check if this is still an issue? |
1 reply
Answer selected by
natemacfadden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This commit should fix it