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
It seems to me that the right order should be np.sqrt(np.cos(np.deg2rad(data)).clip(0, 1)), i.e. the values are clipped after the cosine and before the square root
The text was updated successfully, but these errors were encountered:
stumbled over the following
RuntimeWarning
It seems to me that the right order should be
np.sqrt(np.cos(np.deg2rad(data)).clip(0, 1))
, i.e. the values are clipped after the cosine and before the square rootThe text was updated successfully, but these errors were encountered: