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
Super tiny thing which I was able to fix immediately, but I thought I'd report it anyway. I tried running your very old exit wave reconstruction example, which uses the CTF radial_plot function. Trying to call this function throws an error because spline is no longer part of scipy.interpolate. Looking below in the code, it doesn't look like spline is used anyway. Removing it makes radial_plot work again.
The text was updated successfully, but these errors were encountered:
Super tiny thing which I was able to fix immediately, but I thought I'd report it anyway. I tried running your very old exit wave reconstruction example, which uses the CTF
radial_plot
function. Trying to call this function throws an error becausespline
is no longer part ofscipy.interpolate
. Looking below in the code, it doesn't look likespline
is used anyway. Removing it makesradial_plot
work again.The text was updated successfully, but these errors were encountered: