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
Everything works great, just 2 minor suggested improvements to make users' lives easier:
You have custom error catching if max_k is too large in asmodee() , would be nice to also have custom error catching for fixed_k and alpha
The data you pass to asmodee() actually needs to follow a specific formatting, but that's not specified anywhere, again would be nice to write that somewhere (not sure where though)
The text was updated successfully, but these errors were encountered:
Everything works great, just 2 minor suggested improvements to make users' lives easier:
You have custom error catching if
max_k
is too large inasmodee()
, would be nice to also have custom error catching forfixed_k
andalpha
The data you pass to
asmodee()
actually needs to follow a specific formatting, but that's not specified anywhere, again would be nice to write that somewhere (not sure where though)The text was updated successfully, but these errors were encountered: