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
I thought that the three values in the returned array are the permutations of the columns, the rows, and the number of crossings. But, I noticed in my results that the lengths of the permutations seem off.
Adding these two assertions to the tests in barycenter-test.js
I believe the issue here is that vertices that have no edges connected to them disappear from the ordering.
They do show in the components, but they are omitted in the construction of the layers, because they have no neighbors:
I thought that the three values in the returned array are the permutations of the columns, the rows, and the number of crossings. But, I noticed in my results that the lengths of the permutations seem off.
Adding these two assertions to the tests in
barycenter-test.js
causes a failure for the
hard
test, but not thesimple
test.Am I missing something here? Thanks
The text was updated successfully, but these errors were encountered: