georust / geographiclib-rs

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

fix test_geodtest_geodesic_inverse12 S12 behavior #30

Open stonylohr opened 3 years ago

stonylohr commented 3 years ago

This inverse test using GeodTest data currently requires an S12 tolerance of 30 billion to pass call cases. Fix geodesic behavior to return more reasonable values, then adjust the tolerance used by this test.

stonylohr commented 3 years ago

I'll plan to look at this next, possibly including #31 in the same pass, depending on how closely they turn out to be related.