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

mtrand.RandomState.randint ValueError: low >= high #2

Open
DeathStryke opened this issue Aug 5, 2018 · 1 comment
Open

mtrand.RandomState.randint ValueError: low >= high #2

DeathStryke opened this issue Aug 5, 2018 · 1 comment

Comments

@DeathStryke
Copy link

I am really sorry I wasn't able to find why this is not working.

Please help I get the following error.

I have Anaconda with mpl_toolkit and numpy updated. I don't know what's the problem.

anaconda_prompt_2018-08-06_00-04-01

@psdcon
Copy link

psdcon commented Nov 18, 2018

replace
time.sleep(np.random.randint(0, 0.3))
with
time.sleep(np.random.randint(0, 3) / 10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants