You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is hard to troubleshoot the problem, but the GWAS worker process hangs when accessing results from the "fitted" object in the results handler for linear regression.
Specifically, the following line hangs:
"r_squared_adj": fitted.rsquared_adj
My environment looks like this:
macOS 10.13
Python 3.6.3
numpy 1.13.3
pandas 0.20.3
geneparse #75983
genetest #10278
Also, when the GWAS worker process crashes, a "Python quit unexpectedly." alert pops up and in the "Console" app, the "kernel" process logs "Process[56447] crashed: Python. Too many corpses being created.".
The text was updated successfully, but these errors were encountered:
It is hard to troubleshoot the problem, but the GWAS worker process hangs when accessing results from the "fitted" object in the results handler for linear regression.
Specifically, the following line hangs:
My environment looks like this:
Also, when the GWAS worker process crashes, a "Python quit unexpectedly." alert pops up and in the "Console" app, the "kernel" process logs "Process[56447] crashed: Python. Too many corpses being created.".
The text was updated successfully, but these errors were encountered: