-
Notifications
You must be signed in to change notification settings - Fork 17
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
Determining the frequency of the peak(s) #55
base: main
Are you sure you want to change the base?
Conversation
@zbpetersbuf here, I edited the power spectrum function that you created |
@zbpetersbuf and also the function to calculate frequencies |
@zbpetersbuf I guess the only problem was that they always returned (None) because the data did not pass the equally-spacing check |
@zbpetersbuf what I did was to allow some tolerance in the spacing since the spacing is in float-point |
@zbpetersbuf maybe you can check the rest of the functions for the same issue, because I only edited those two functions |
@zbpetersbuf my other issue was in realizing the type of the data needed to be entered to those functions |
@zbpetersbuf my suggestions is that you can add more details to the docstrings to emphasize the usage of pandas.Series and that the data needs to have timestamps |
this error tollerance is correct good job |
@zbpetersbuf Can you review this since you already looked into this? |
shouldnt some one else do the review so they can get points for it? |
Determining the frequency of the peak(s)
Linting
Contents
Reviewer