ltog / osmi-addresses

Calculates the Address view of the OSM Inspector
Boost Software License 1.0
11 stars 4 forks source link

Fix tests comparing floating point values #124

Closed joto closed 2 years ago

joto commented 2 years ago

The tests were too strict, failing when there were tiny changes between values. The tests now compare float values by computing the difference between expected and actual result and making sure it is smaller than some epsilon.