Closed effigies closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.12%. Comparing base (
5de6cdd
) to head (6f3b82d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
max(events.columns.onset)
was alwaysnull
, because the column contains strings. Here we coerce values to numbers and filter nans, which gives us the behavior we want.