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
Hello,
I'm running Spladder under default settings, the graph was constructed successfully without any errors.
However, the testing mode is crushed for 2 samples of my cohort.
I'm already re-done the alignment for these samples but still getting the same error.
Thank you!
The error is:
/.conda/envs/riso/lib/python3.9/site-packages/numpy/core/_methods.py:190: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/users/elizaveta.grigoreva/.conda/envs/riso/lib/python3.9/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/users/elizaveta.grigoreva/.conda/envs/riso/lib/python3.9/site-packages/spladder/spladder_test.py", line 81, in estimate_dispersion_chunk
result = modNB.fit()
File "/users/elizaveta.grigoreva/.conda/envs/riso/lib/python3.9/site-packages/statsmodels/genmod/generalized_linear_model.py", line 1075, in fit
return self._fit_irls(start_params=start_params, maxiter=maxiter,
File "/users/elizaveta.grigoreva/.conda/envs/riso/lib/python3.9/site-packages/statsmodels/genmod/generalized_linear_model.py", line 1213, in _fit_irls
wls_mod = reg_tools._MinimalWLS(wlsendog, wlsexog,
File "/users/elizaveta.grigoreva/.conda/envs/riso/lib/python3.9/site-packages/statsmodels/regression/_tools.py", line 52, in __init__
raise ValueError(self.msg.format('endog'))
ValueError: NaN, inf or invalid value detected in endog, estimation infeasible.
"""
The text was updated successfully, but these errors were encountered:
Hello,
I'm running Spladder under default settings, the graph was constructed successfully without any errors.
However, the testing mode is crushed for 2 samples of my cohort.
I'm already re-done the alignment for these samples but still getting the same error.
Thank you!
The error is:
The text was updated successfully, but these errors were encountered: