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
Clean ups and improvements to the resampler (mostly) (#68)
This PR mainly moves classes from the resampler to the new `timeseries`
package, but it also includes some nox and test improvements and fixes.
It also uses the timestamp produced by the timer as the resampling
timestamp, unifying it across all the resampling levels for full consistency.
- Allow passing positional arguments to nox sessions
- Move resampling actor to frequenz.sdk.actor
- Move resampler classes to frequenz.sdk.timeseries.resampler
- Remove unnecessary usage of pytz
- Fix sample ordering in tests
- Use more intuitive variable names in resampler tests
- Use easier to debug fake times in tests
- Allow the resampler to use an external timestamp
- Use the timestamp provided by the timer receiver
- Document ResamplingFunction
- Move Sample to frequenz.sdk.timeseries
0 commit comments