We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d22aa0 commit a18184eCopy full SHA for a18184e
quidel_covidtest/delphi_quidel_covidtest/constants.py
@@ -21,13 +21,13 @@
21
]
22
SENSORS = [
23
SMOOTHED_POSITIVE,
24
- RAW_POSITIVE,
25
- SMOOTHED_TEST_PER_DEVICE,
26
- RAW_TEST_PER_DEVICE
+ RAW_POSITIVE
+# SMOOTHED_TEST_PER_DEVICE,
+# RAW_TEST_PER_DEVICE
27
28
SMOOTHERS = {
29
SMOOTHED_POSITIVE: (False, True),
30
- RAW_POSITIVE: (False, False),
31
- SMOOTHED_TEST_PER_DEVICE: (True, True),
32
- RAW_TEST_PER_DEVICE: (True, False)
+ RAW_POSITIVE: (False, False)
+# SMOOTHED_TEST_PER_DEVICE: (True, True),
+# RAW_TEST_PER_DEVICE: (True, False)
33
}
0 commit comments