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
Hi there, thanks for this great package! Under some rare circumstances, the IRC calculation fails. It might be possible there is an unsafe divide? /users/jd01548/.local/lib/python3.10/site-packages/sella/peswrapper.py:325: RuntimeWarning: invalid value encountered in divide ratio = df_actual / df_pred
I am working on a minimal working example.
The text was updated successfully, but these errors were encountered:
Is this causing an actual crash, or is it just printing that error message? I definitely should clean up some of those divisions by zero, but I don't think this should cause the code to fail entirely. A minimal working example would be greatly appreciated.
Hi there, thanks for this great package! Under some rare circumstances, the IRC calculation fails. It might be possible there is an unsafe divide?
/users/jd01548/.local/lib/python3.10/site-packages/sella/peswrapper.py:325: RuntimeWarning: invalid value encountered in divide ratio = df_actual / df_pred
I am working on a minimal working example.
The text was updated successfully, but these errors were encountered: