You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use time instead of range to test geo2rdr convergence (#886)
* Control geo2rdr convergence with time.
* Clarify cuda Geo2rdr test (still meets old metric).
* Fix up pybind cuda Geo2rdr test
* Test using max rather than RMS error.
* Update documentation of geo2rdr threshold.
* Use consistent geo2rdr thresholds in bindings.
* Apply time step after convergence check so returned range and time are consistent.
* Make CPU, GPU, and Python geo2rdr tests consistent and allow for error slightly larger than tolerance.
* Update comment to better describe new test metric.
* Ensure (time, range) are consistent even when geo2rdr fails to converge.
* Repeat (t,r) consistency fix in other two geo2rdr implementations.
0 commit comments