-
Couldn't load subscription status.
- Fork 20
Closed
Labels
part:data-pipelineAffects the data pipelineAffects the data pipelinepriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:bugSomething isn't workingSomething isn't working
Milestone
Description
What happened?
The current getitem magic in the moving window has several bugs, e.g.
- For slices a
TypeErroris raised for a call ofwindow[-1:]instead of this test caseassert np.array_equal(window[5:14], np.array(data[5:14])) - For integer indices no wrapping is done, see Fix single element access for moving window #672.
What did you expect instead?
Full list-type indexing support (without steps) of the getitem magic.
Affected version(s)
No response
Affected part(s)
Data pipeline (part:data-pipeline)
Extra information
With #672 and using the window method from #668 in the case of slices it should be possible to fix these problems.
Metadata
Metadata
Assignees
Labels
part:data-pipelineAffects the data pipelineAffects the data pipelinepriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done