instedd / cdx

Connected Diagnostics Platform
https://cdx.io
9 stars 7 forks source link

Fix: ensure that samples' measured signals are floats #1981

Closed ysbaddaden closed 1 year ago

ysbaddaden commented 1 year ago

I believe normalizing the value should fix samples reports related issues in staging, and it won't hurt to run them in production, to make sure that the values, when present, are floats, not a blank string or a float string.

closes #1966 closes #1968