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

error/unable to run - assignment4 #22

Open
patz41 opened this issue Apr 11, 2019 · 3 comments
Open

error/unable to run - assignment4 #22

patz41 opened this issue Apr 11, 2019 · 3 comments

Comments

@patz41
Copy link

patz41 commented Apr 11, 2019

when i try to run --all or any other experiments, i get a statement that "File "mtrand.pyx", line991, in mtrand.RandomState.randint
ValueError:high is out of bounts for int32"

and I find no output as well, though folders are created. I think i m missing something grossly. can anyone help.

thanks

@kuthalam
Copy link

You can modify the line there pretty easily. I believe it may have to do with the random seed generation in that file and I think all you need to do is basically replace 232 with 231. It just changes what seeds are generated.

@cmaron
Copy link
Owner

cmaron commented Apr 18, 2019

I believe I addressed this for the first assignment... let me see if I can find that change and include it for this one.

@cmaron
Copy link
Owner

cmaron commented Apr 18, 2019

I did not address this before, but I opened a PR for it

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

3 participants