georust / geographiclib-rs

A port of geographiclib in Rust.
MIT License
41 stars 9 forks source link

fix test_std_geodesic_geodsolve76 failure #26

Closed stonylohr closed 3 years ago

stonylohr commented 3 years ago

This standard Karney unit test currently fails. Fix geodesic to make it work.

Tests the "distance from Wellington and Salamanca (a classic failure of Vincenty)", using WGS84.

stonylohr commented 3 years ago

I'll plan on taking a pass through inverse behavior, looking for problems in general, but with a focus on this test case in particular.