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
It was a bit foolish of me, but I quickly tried running eulerr::euler() with 45 groups.
This resulted in a crash. I guess the number of combinations scales very fast with the number of groups.
Maybe it would be a good idea to set a max number of groups (maybe as a parameter), and errors if the user inadvertently provides more.
The text was updated successfully, but these errors were encountered:
It was a bit foolish of me, but I quickly tried running
eulerr::euler()
with 45 groups.This resulted in a crash. I guess the number of combinations scales very fast with the number of groups.
Maybe it would be a good idea to set a max number of groups (maybe as a parameter), and errors if the user inadvertently provides more.
The text was updated successfully, but these errors were encountered: