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
Currently we use Dates.DateTime for dates, and therefore sampling intervals which aren't a whole number of milliseconds mean date calculations can't be correct (at least, not for every sample).
Consider using TimesDates in order to support higher-sample-rate data like in mining and lab experiments.
The text was updated successfully, but these errors were encountered:
Currently we use
Dates.DateTime
for dates, and therefore sampling intervals which aren't a whole number of milliseconds mean date calculations can't be correct (at least, not for every sample).Consider using TimesDates in order to support higher-sample-rate data like in mining and lab experiments.
The text was updated successfully, but these errors were encountered: