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
Yes, exactly. Currently, the object that comes out is a grouped epi_df and it needs to be ungrouped.
(Also, it should really be grouped/sliced by geo_value and any additional_metadata$other_keys. You can use epi_keys() to grab the keys.)
Downstream, the grouping can break the more complicated behaviours needed at prediction time when you start doing the postprocessing. The grouping gums it up (hard for me to explain).
get_test_data()
in ungrouped.The text was updated successfully, but these errors were encountered: