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
Warning: Error in filter: Problem while computing `..1 = !is.na(Score) | target_end_date >= filterDate`.
Caused by error in `mask$eval_all_filter()`:
! argument "filterDate" is missing, with no default
We see this error
filterOverAllLocations
requires afilterDate
arg, but when totaling across locations or looking at coverage scores, we don't passfilterOverAllLocations
afilterDate
.createExportScoreDataFrame
will need to be passed at least a date to use in the filter. The value should bedataCreationDate
to match other score-generating logic.Consider passing
input$asOf
as well and adding as-of data onto the exported dataframe, to more closely match what we're using in the plots.The text was updated successfully, but these errors were encountered: