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
There seems to be some overflow in line 197 in pygam/links.py. This is mostly cause by exceeding the float value. The easiest fix would be to clip the function with np.clip to a smaller value like 700 to prevent this overflow. I manage to fix it but will open the PR after #366 has been merge to main.
The text was updated successfully, but these errors were encountered:
There seems to be some overflow in line 197 in
pygam/links.py
. This is mostly cause by exceeding the float value. The easiest fix would be to clip the function withnp.clip
to a smaller value like 700 to prevent this overflow. I manage to fix it but will open the PR after #366 has been merge to main.The text was updated successfully, but these errors were encountered: