We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0722c7 commit af2139bCopy full SHA for af2139b
src/clock.jl
@@ -79,8 +79,8 @@ end
79
$(TYPEDEF)
80
81
A struct representing the operation of indexing a clock to obtain a subset of the time
82
-points at which it ticked. The actual list of time points depends on the time interval
83
-for which the clock was running, and can be obtained via `canonicalize_indexed_clock`
+points at which it ticked. The actual list of time points depends on the tick instances
+on which the clock was ticking, and can be obtained via `canonicalize_indexed_clock`
84
by providing a timeseries solution object.
85
86
For example, `IndexedClock(PeriodicClock(0.1), 3)` refers to the third time that
0 commit comments