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
Azimuthal averaging of density doesn't work when density isn't an explicit column in the SarracenDataFrame.
In the case of rendering / interpolation, it will construct a numpy array of the density using the smoothing length and particle mass.
However, in this case, we use groupby on the dataframe to sort particles into their radial bins, and this approach won't work with a reconstructed numpy array of density.
Azimuthal averaging of density doesn't work when density isn't an explicit column in the SarracenDataFrame.
In the case of rendering / interpolation, it will construct a numpy array of the density using the smoothing length and particle mass.
However, in this case, we use groupby on the dataframe to sort particles into their radial bins, and this approach won't work with a reconstructed numpy array of density.
Related to #87
The text was updated successfully, but these errors were encountered: