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

Reduce rounding to 2 points for chloro and phyco

parent 2f5e3ae9
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ ROUNDING = {
'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,
'mendota.buoy.chlorophyll_ysi': 2,
'mendota.buoy.phycocyanin_ysi': 2,
}
......
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