georust / geographiclib-rs

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

fix test_std_geodesic_geodsolve78 failure #27

Closed stonylohr closed 3 years ago

stonylohr commented 3 years ago

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

"An example where the NGS calculator fails to converge", using inverse on WGS84.

stonylohr commented 3 years ago

This was resolved by a recent commit merged in pull 33. I had a typo in my commit comment where I referred to the geodsolve case number instead of the issue number.