Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flag -p needs to be int, not float #7

Open
RyloByte opened this issue Apr 21, 2020 · 0 comments
Open

flag -p needs to be int, not float #7

RyloByte opened this issue Apr 21, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@RyloByte
Copy link
Collaborator

You get a numeric type error if you pass the -p with a float, e.g., 0.5. But the documentation suggests that this is what should be done. So the code or the document need to be modified so that they agree. Currently the -p flag requires an int, e.g., 50 instead of 0.5 for 50%

@cmorganl cmorganl added the bug Something isn't working label Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants