CS-7641-assignments icon indicating copy to clipboard operation
CS-7641-assignments copied to clipboard

error/unable to run - assignment4

Open patz41 opened this issue 5 years ago • 3 comments

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

patz41 avatar Apr 11 '19 16:04 patz41

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.

kuthalam avatar Apr 13 '19 23:04 kuthalam

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 avatar Apr 18 '19 13:04 cmaron

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

cmaron avatar Apr 18 '19 14:04 cmaron