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
Hi, I am building a package using this package, and am very happy with it!
I found a bug that if for some reason NA is passed as the sample size to sample_int_expj (and possibly other functions), the R process will be terminated caused by a "memory not mapped" exception. It is of course reasonable that is it not realistic to sample NA items, but maybe it would be appropriate to check for this in some way?
Code reproducing the error is
sample_int_expj(5, NA, rep(1,5))
The text was updated successfully, but these errors were encountered:
Hi, I am building a package using this package, and am very happy with it!
I found a bug that if for some reason NA is passed as the sample size to sample_int_expj (and possibly other functions), the R process will be terminated caused by a "memory not mapped" exception. It is of course reasonable that is it not realistic to sample NA items, but maybe it would be appropriate to check for this in some way?
Code reproducing the error is
The text was updated successfully, but these errors were encountered: