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
The code that determines staleness works off of current time instead of TLE Epoch. That makes it hard to write unit tests, because they will fail a year later. As indicated by the comment on the code, this should measure against the TLE Epoch instead.
The text was updated successfully, but these errors were encountered:
The code that determines staleness works off of current time instead of TLE Epoch. That makes it hard to write unit tests, because they will fail a year later. As indicated by the comment on the code, this should measure against the TLE Epoch instead.
The text was updated successfully, but these errors were encountered: