rs-station / careless

Merge X-ray diffraction data with Wilson's priors, variational inference, and metadata
MIT License
16 stars 6 forks source link

fix TypeError from DataSeries.reset_index #134

Closed kmdalton closed 1 year ago

kmdalton commented 1 year ago

An issue in reciprocalspaceship (https://github.com/rs-station/reciprocalspaceship/issues/223) is causing multiple failures in the careless stats module (#133). This is a workaround which fixes the issue by removing calls to rs.DataSeries.reset_index and replacing them with rs.DataSet.reset_index.