-
Notifications
You must be signed in to change notification settings - Fork 16
Quidel test devices showing up under more than one FIPS code #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Most of the code is ported; some unit tests to finish. Still resolving historical data -- K to follow up. |
Problem in Quidel Flu test considering test_per_device: 36 devices show in tests for more than 1 fips with the same StorageDate; Now in the code, we
However, these special cases would cause problem when aggregating unique devices. For example, device 29027721 used on 2020-04-05 appears in the records for both place A (zip = 48054, fips = 26147) and place B (zip= 48071, fips = 26125). It will be count twice at larger geographical levels, e.g. state level. Do we want to ignore them, which means just count let the problem stated above happen since they are not that common ? |
Back-catalog of data is stored on midas for the moment because a couple of large files (100MB+) cannot be stored on the email dropbox indefinitely. We don't expect large files like this to arrive as part of the weekly drop; the large files were part of a historical roll-up. If a large file arrives in the future, we'll have to re-think how they are stored. |
Options for the double-counted devices problem:
|
Isn't the last solution the same as the first one( ignoring such a problem)? In the example I mentioned above, if we create two composite identifiers for this device, don't we still count it twice in larger geo resolution? |
Yep. Let's do the following analysis: For each device used in more than one region, what's the number of devices in that region? take the region with the smallest number of devices, that will tell us the largest impact ignoring will have. |
In Difference_at_county_level.xlsx: In Difference_at_state_level.xlsx: In general, not serious impact on state level aggregation, but big influence on some of counties for certain dates. |
Wait for more information from Quidel before deciding. |
Data delivery late today -- consider making pipeline robust to delays |
Dry-run mode added for unit tests |
Update from Jhobe:
|
No description provided.
The text was updated successfully, but these errors were encountered: