Closed ddediu closed 2 years ago
e.g., for CMA_per_episode(), if the input dataframe has a column episode.start or episode.end, there's a nasty crash.
CMA_per_episode()
episode.start
episode.end
Fixed: now I use only the columns really needed from the data + check if the column names are reserved.
e.g., for
CMA_per_episode()
, if the input dataframe has a columnepisode.start
orepisode.end
, there's a nasty crash.