esciencecenter-digital-skills / training-infrastructure

collection of files used in setting up the new training infrastructure
Apache License 2.0
0 stars 0 forks source link

fix failing OSM coordinates in future_workshop_test #31

Closed bvreede closed 1 year ago

bvreede commented 1 year ago

The get_future_workshops test for Open Street Map coordinates fails because of a change in the decimals of the exact coordinates. To prevent this failure, the test now rounds the coordinates to 1 decimal.

(Code by @liekelotte, advancing this to incorporate it in more PRs than just #23 🙃)