georust / geographiclib-rs

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

resolve test_arcdirect failure #20

Closed stonylohr closed 3 years ago

stonylohr commented 3 years ago

This standard Karney unit test currently fails. Troubleshoot geodesic to get it working.

stonylohr commented 3 years ago

It looks to me like at least some of the arcdirect issues are related to calls to polyval. I'll probably pause my broader arcdirect exploration briefly to resolve #6, which should make the rest of the arcdirect troubleshooting easier.