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
Copy file name to clipboardExpand all lines: src/services/find.jl
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
"""
7
7
$SIGNATURES
8
8
9
-
Find and return the closest timestamp from two sets of Tuples. Also return the minimum delta-time (`::Millisecond`) and how many elements match from the two sets are separated by the minimum delta-time.
9
+
Find and return the closest timestamp from two sets of Tuples. Also return the minimum delta-time (`::Nanosecond`) and how many elements match from the two sets are separated by the minimum delta-time.
10
10
"""
11
11
functionfindClosestTimestamp(
12
12
setA::Vector{Tuple{TimeDateZone, T}},
13
13
setB::Vector{Tuple{TimeDateZone, S}},
14
14
) where {S, T}
15
15
#
16
16
# build matrix of delta times, ranges on rows x vars on columns
0 commit comments