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
Dennis confirmed that dividing by zero is expected behavior for genes that are not expressed. We discussed turning off the warning before the divide statement and turning it back on after.
Calculating PS values...
/mnt/scratch/splicedice/splicedice_env/lib/python3.12/site-packages/mesa/MESA.py:306: RuntimeWarning: invalid value encountered in divide
psi[self.junctionIndex[junction],:] = inclusions / (inclusions + exclusions)
Done [0:00:1.28]
The text was updated successfully, but these errors were encountered:
I get a warning message running mesa quant:
Dennis confirmed that dividing by zero is expected behavior for genes that are not expressed. We discussed turning off the warning before the divide statement and turning it back on after.
The text was updated successfully, but these errors were encountered: