Browse Source
As coordinates in partner are float, they are affected by the rounding problem we all know, so sometimes (depending on the Python interpreter used) the generated URL contains extra digits. Example: 39.158370000000005 instead of 39.15837 so with this change on the test, we make it resilient to this problem.12.0
Pedro M. Baeza
4 years ago
2 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue