Skip to content

PyOnset is incompatible with Pandas 3 #10

Description

@jgieseler

Similar to soler-he/sep_tools#103, PyOnset is not compatible with Pandas 3! Apparently at least in line

if np.isnan(norm_channel[i]):
a .iloc needs to be added.

As a workaround,

"pandas",
would need to be replaced with "pandas<3.0.0",.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions