Skip to content

find_length for window length only works for 1D data #5

@Blackandwhite23

Description

@Blackandwhite23

It seems to me, that the function "find_length" only works, when the data is one dimensional. If this is on purpose it would be nice to mention it in the docu.

def find_length(data):
if len(data.shape)>1:
return 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions