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
segments-equal converts inputs and outputs to a set. That means that for example challenge 1-3 might show a valid test without duplicated outputs for the paths E-G, E-H,E-I.
Maybe this function should be
(defnsegments-equal?"Onyx is a parallel, distributed system - so ordering isn't guaranteed. Does an unordered comparison of segments to check for equality."
[expected actual]
(is (= (frequencies expected) (frequencies actual))))
The text was updated successfully, but these errors were encountered:
segments-equal
converts inputs and outputs to a set. That means that for example challenge 1-3 might show a valid test without duplicated outputs for the paths E-G, E-H,E-I.Maybe this function should be
The text was updated successfully, but these errors were encountered: