Skip to content

[MNT] - Update peak extraction array & describe index column #197

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

Merged
merged 3 commits into from
Feb 25, 2021
Merged

Conversation

TomDonoghue
Copy link
Member

As mentioned in this issue (#192) - there is a deprecation with newer numpy on how we were managing peak parameters in FOOOFGroup.get_params. Issue was we were calling np.array on a list of array. This can simply be replaced by np.vstack, to avoid the issue with typecasting the messy list object to an array.

@TomDonoghue TomDonoghue changed the title [MNT] - Update peak extraction array [MNT] - Update peak extraction array & describe index column Feb 25, 2021
@TomDonoghue TomDonoghue merged commit f81ee12 into main Feb 25, 2021
@TomDonoghue TomDonoghue deleted the array branch February 25, 2021 02:44
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

Successfully merging this pull request may close these issues.

1 participant