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.
ResamplingFunction
2 parents 68e2c29 + 85f6033 commit e3ca913Copy full SHA for e3ca913
src/frequenz/sdk/timeseries/_resampling.py
@@ -348,7 +348,7 @@ class Resampler:
348
timeseries to produce `Sample`s at regular periodic intervals.
349
350
This class uses
351
- a [`ResamplingFunction`][frequenz.sdk.timeseries.resampling.ResamplingFunction]
+ a [`ResamplingFunction`][frequenz.sdk.timeseries._resampling.ResamplingFunction]
352
to produce a new sample from samples received in the past. If there are no
353
samples coming to a resampled timeseries for a while, eventually the
354
`Resampler` will produce `Sample`s with `None` as value, meaning there is
0 commit comments