Segfault in C code if lhs::randomLHS returns 1.0 for some reason · Issue #211 · mlr-org/ParamHelpers · GitHub
More Web Proxy on the site http://driver.im/
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
Maybe I'm being pedantic, but IMHO this shouldn't happen. Even though runif gives us the guarantee that it never evaluates to 1, lhs doesn't do that. This came up in #210, see the code here and here