-
Notifications
You must be signed in to change notification settings - Fork 50
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
RuntimeWarning: overflow encountered in add params['prior'], params['cv']) #29
Comments
I have the same issue, but only for some runs. Any resolution to this? Here is the entire error. dan@computer$ python structure.py -K 8 --input="../../276samples_6425_structure" --output="../../all_samples_k8b" --prior=logistic --format=str |
Same exact issue here running a dataset of 3095 SNPs in 336 individuals on K 1 through 10 with logistic priors. The error occurred at K = 8.
|
Has anyone figured this error out? I'm getting the same errors but only at K=5 and K=8: structure.py:178: RuntimeWarning: overflow encountered in add |
To quote the words of the owner Anil Raj:
|
Hi!! i just encontered the same error: fastStructure/1.0-foss-2019b-Python-2.7.15/structure.py:179: RuntimeWarning: overflow encountered in subtract Thank you for your help! |
I am attempting to run faststructure with logistic prior after running simple prior successfully. The error I get is:
RuntimeWarning: overflow encountered in add params['prior'], params['cv'])
Is this a problem with numpy? Is my dataset too large?
The text was updated successfully, but these errors were encountered: