Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Blackandwhite23 opened this issue Aug 21, 2023 · 0 comments
Open

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

Blackandwhite23 opened this issue Aug 21, 2023 · 0 comments

Comments

@Blackandwhite23
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant