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
# (the fencepost problem). As such, we need to be careful about how and when we
200
200
# snap the provided intervals and offsets to exact axis values (and indices).
201
201
#
202
-
#
202
+
# Note that this is fundamentally different than indexing by a single interval;
203
+
# whereas those intervals are specified in the same units as the elements of the
204
+
# axis itself, repeated intervals are specified in terms of _offsets_. This is
205
+
# most obvious with dates; single intervals are between dates, repeated
206
+
# intervals use intervals of days (for example) and offsets of dates.
203
207
axisindexes(::Type{Dimensional}, ax::AbstractVector, idx::RepeatedInterval) =error("repeated intervals might select a varying number of elements for non-range axes; use a repeated Range of indices instead")
0 commit comments