pbf2json
pbf2json copied to clipboard
Testing for ARM architecture
This PR adds tests for ARM architecture instances.
Some of the floating-point math values differ between architectures, notably:
- negative zero in some cases rather than positive zero
- some floats differ by small values less than 1e-6 (0.000001)
Note: this PR also makes it possible to develop on an ARM machine, without it the tests fail.