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

Currently append_NWB_LFP function will not work with TsdFrames; this fixes. #298

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

kippfreud
Copy link
Contributor

Should fix #297

Currently append_NWB_LFP function will not work with TsdFrames; this fixes by casting ndarray to a list - otherwise, the ndarray will reach nwbfile.create_electrode_table_region which will error (as it requires slice or list or tuple).

…n will not work with TsdFrames; this fixes.
@kippfreud kippfreud requested a review from gviejo as a code owner May 30, 2024 16:37
@gviejo gviejo merged commit 399d52c into pynapple-org:main Jun 3, 2024
11 checks passed
@kippfreud kippfreud mentioned this pull request Jun 7, 2024
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.

append_NWB_LFP with TsdFrame not working
2 participants