-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Three bugs in #addTriangular cause incorrect forward/switch direction data in tokenId:
- Sort comparator compares
struct['order'] - struct['order'](always NaN) instead ofa['order'] - b['order'] - Case 1:
acc[0]references full array instead of direction stringacc[0][1], andarr[1]referencescurrentPairinstead of previous pairacc[0][0] - Case 2:
arr[2]referencescurrentPairinstead of first pairarr[0]
Triangle detection count is unaffected, but traversal direction metadata is wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels