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
{2, 3, 4} should've been added but was not because its ID was taken by subfaces of {0, 1, 2}
{1, 2} was assigned ID 4 even though the input specified 0
Both these issues can be solved by making add_simplices_from first add all input simplices and then add all their subfaces, rather than adding each input simplex and their subfaces immediately.
The text was updated successfully, but these errors were encountered:
Running
we get
which is wrong for two reasons:
Both these issues can be solved by making
add_simplices_from
first add all input simplices and then add all their subfaces, rather than adding each input simplex and their subfaces immediately.The text was updated successfully, but these errors were encountered: