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.
An issue in
reciprocalspaceship
(https://github.com/rs-station/reciprocalspaceship/issues/223) is causing multiple failures in thecareless
stats module (#133). This is a workaround which fixes the issue by removing calls tors.DataSeries.reset_index
and replacing them withrs.DataSet.reset_index
.