We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb496c commit 260544fCopy full SHA for 260544f
test/time_index_conversions.jl
@@ -26,7 +26,7 @@ end
26
(Nanosecond(12345), Minute(5), Nanosecond(Minute(5)) + Nanosecond(1),
27
Nanosecond(1), Nanosecond(10^6), Nanosecond(6970297031),
28
Nanosecond(230000000001), Nanosecond(ceil(Int, 10^9 / rate) + 1),
29
- Nanosecond(1000000000))
+ Nanosecond(1000000000), Nanosecond(1000000000) - Nanosecond(1))
30
# compute with a very simple algorithm
31
index = naive_index_from_time(rate, sample_time)
32
# Check against our `TimeSpans.index_from_time`:
0 commit comments