nsat / pypredict

Spire port of predict open-source tracking library
GNU General Public License v2.0
64 stars 17 forks source link

Guard against floating point errors in Transit at() function #36

Closed jerematt closed 4 years ago

jerematt commented 4 years ago

Adding an epsilon to the time comparison to avoid observations using at() around the start and end of the transit from throwing an exception due to floating point rounding.