trendbreaker
trendbreaker copied to clipboard
Minor suggested improvements for users' convenience
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)