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
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
@djoffrey Hey, I'm also getting this:
:823: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:946: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:1055: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:1177: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:123: RuntimeWarning: invalid value encountered in double_scalars
XAD = abs(A-D) / abs(X-A)
:1180: RuntimeWarning: invalid value encountered in double_scalars
XCD = abs(D-C) / abs(X-C)
From what I was able to check, it's not compromising my patterns validation. But I would like to hear from you too.