graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

Tests do not run through with current GH Core #102

Closed karussell closed 7 years ago

karussell commented 7 years ago

Failed tests: MatchServletTest.testDoPost:71 expected:<9> but was:<7>

This is probably due to our "duplicate point"-clean up @boldtrn ?

boldtrn commented 7 years ago

This is probably due to our "duplicate point"-clean up @boldtrn ?

No, this is not yet merged :). The reason should be the updated PathSimplification which results in less returned points. Haven't looked at the test though.