Skip to content
Snippets Groups Projects
Verified Commit 2f5e3ae9 authored by David Hoese's avatar David Hoese
Browse files

Fix rounding bug in data api

Symbol names need to match exactly to be rounded properly
parent cc1d1ae0
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,12 @@ LOG = logging.getLogger(__name__)
ROUNDING = {
'rel_hum': 0,
'wind_direction': 0,
'chlorophyll_ysi': 2,
'phycocyanin_ysi': 2,
'aoss.tower.rel_hum': 0,
'aoss.tower.wind_direction': 0,
'mendota.buoy.rel_hum': 0,
'mendota.buoy.wind_direction': 0,
'mendota.buoy.chlorophyll_ysi': 4,
'mendota.buoy.phycocyanin_ysi': 4,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment