beacon-biosignals / TimeSpans.jl

A Julia package that provides a `TimeSpan` type for representing a continuous span between two points in time.
Other
6 stars 2 forks source link

use 64-bit precision for nanoseconds_per_sample #50

Closed jrevels closed 1 year ago

jrevels commented 1 year ago

also moves some tests to the appropriate code block

there is an argument to be made that the caller "chose" Float32 so we should respect the numerical conclusions that arise from that, but it seems a bit unreasonable to expect callers to be able to predict the implications in this case