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
if two times are within 1e-6 days (~0.1 s), the filtering logic will likely fail. We could probably push this precision to within np.float64, but may want to consider a more robust solution for filtering on times.
if two times are within 1e-6 days (~0.1 s), the filtering logic will likely fail. We could probably push this precision to within np.float64, but may want to consider a more robust solution for filtering on times.
Related to #247 and 7217610
The text was updated successfully, but these errors were encountered: