Skip to content

Commit 0e14703

Browse files
committed
Self review
1 parent 7c60c84 commit 0e14703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/shared/src/common/data_quality/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import decimal
33

44
ALLOWED_DOSE_AMOUNTS = {
5-
# are acceptable:
5+
# The below are all present in the existing data, but we should check which ones are acceptable:
66
decimal.Decimal("0"),
77
decimal.Decimal("0.1"),
88
decimal.Decimal("0.2"),

0 commit comments

Comments
 (0)