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
1. Numpy no longer allows assigning 1D array into a scalar element. We
have to extract a matching value before assigning.
2. np.trapz was deprecated (removed in 2.4) - replace with np.trapezoid
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
0 commit comments