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
We got a report from uue who had asked people to turn duty cycling off on their phones, and after that point stopped seeing data on the admin dashboard. After investigating, it seems that under these circumstances we are never converting the background/location entries to background/filtered_location entries so the rest of the pipeline is ignoring them (found a log statement indicating that filter_accuracy disabled, early return).
For a principled fix, we'll need to think deeper about how to handle duty cycling and data collection parameters in general.
add duty cycling to the dynamic config and read it from there to enable/disable filter_accuracy - which we will do later for some other planned work
add option to admin dash to allow people to download raw data to do independent processing -- this could include adding a toggle for processed/raw in trajectories and pulling background/location or analysis/recreated_location, depending
@TeachMeTW@JGreenlee can you please work on (2) change so we can unblock the folks at uue?
The text was updated successfully, but these errors were encountered:
We got a report from
uue
who had asked people to turn duty cycling off on their phones, and after that point stopped seeing data on the admin dashboard. After investigating, it seems that under these circumstances we are never converting thebackground/location
entries tobackground/filtered_location
entries so the rest of the pipeline is ignoring them (found a log statement indicating thatfilter_accuracy disabled, early return
).For a principled fix, we'll need to think deeper about how to handle duty cycling and data collection parameters in general.
For now, @shankari proposed 2 potential changes:
filter_accuracy
- which we will do later for some other planned workbackground/location
oranalysis/recreated_location
, depending@TeachMeTW @JGreenlee can you please work on (2) change so we can unblock the folks at
uue
?The text was updated successfully, but these errors were encountered: