Skip to content

Commit 01a8bf5

Browse files
committed
Correct fill value
1 parent fa82cee commit 01a8bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hydrocron/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328

329329
# Fill value returned by the API for any column missing from a DynamoDB row.
330330
# Future work: remove all fill-value columns from the database to reduce storage size and cost.
331-
FILL_VALUE = "-999999999999"
331+
FILL_VALUE = "-999999999999.0"
332332

333333
# Version 2.0 specific fields (not available in D)
334334
REACH_VERSION_2_0_ONLY_FIELDS = [

0 commit comments

Comments
 (0)