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
fix(grading): avoid failing on sampling arrays with unique elements
Closesocaml-sf/learn-ocaml-corpus#39
The sampler was attempting to generate N distinct elements by restarting the
provided sampler an arbitrary number of times (100). It would fail if the domain
is to small: now it might still return duplicates in this case, which is better
than failing for our use-cases.
0 commit comments