Open isaacovercast opened 4 years ago
This was with Numba 0.46.0. I updated to Numba 0.49.1 and now I do see the error Nathan reported:
2020-05-19 08:58:59.995 [IPClusterStart] Process '/home/isaac/miniconda2/envs/momi-py36/bin/python' stopped: {'exit_code': 0, 'pid': 10217}
---------------------------------------------------------------------------IndexError Traceback (most recent call last)<string> in <module>()
~/tmp/tetrad/tetrad/worker.py in nworker(tet, chunk)
104 # here are the jitted funcs
105 if nsnps[idx]:
--> 106 bidx, invar = calculate(seqs, maparr, nmask, TESTS)
107 else:
108 bidx = TESTS[np.random.randint(3)]
IndexError: index is out of bounds
Runs for a while and then crashes:
This investigation was spurred by an email from Nathan Weeks:
Whereas he reports this error:
Feels like
numba
voodoo.