trackit / trackit2-home

TrackIt helps you to optimize your AWS cloud
https://trackit.io/
Apache License 2.0
48 stars 8 forks source link

Changed Fraction to Float #18

Closed thibautcornolti closed 6 years ago

thibautcornolti commented 6 years ago

The Fraction type produced a 500 Internal Error when the cache is enabled since it try to compress to JSON which is not possible for a Fraction type.

schubev commented 6 years ago

Yeah, I used Fraction when building that so that we’d get a precise output. In truth we don’t care much about rounding errors so it’s fine to use floats instead.