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

fix `overlaps` boundary case + add pretty printing #6

Closed jrevels closed 3 years ago

jrevels commented 3 years ago

The conditional here was correct assuming an inclusive upper bound, but not an exclusive upper bound