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
Copy file name to clipboardExpand all lines: test/order.jl
+96Lines changed: 96 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,3 +146,99 @@ end;
146
146
@testisperm(π)
147
147
end
148
148
end
149
+
150
+
@testset"Multiple orders"begin
151
+
# I used brute force to find examples where LargestFirst is *strictly* better than NaturalOrder, just to check that the best order is indeed selected when multiple orders are provided
0 commit comments