Skip to content
Commit abf25625 authored by Valentin Schneider's avatar Valentin Schneider
Browse files

lisa.datautils: Make series_rolling_apply(center=True) center on the window



It currently centers on the passed series' index rather than on the window
center, which can be somewhat confusing:

    window center
	  v
	  v
    [     | | |]
	    ^
	    ^
       series center

| = event in the series
[ = window start
] = window end

Suggested-by: Douglas Raillard's avatarDouglas Raillard <douglas.raillard@arm.com>
parent 99e8ce11
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment