Skip to content

make_note_features with force_fixed_size and "all" features returns inconsistent features #270

@sildater

Description

@sildater

possible bug in line 150 elif force_fixed_size and bf == "time_signature_feature":. This condition is never reached since if bf is a string the condition in line 145 if isinstance(bf, str): already catches it and if it is a functiontype (should be the case when called with `feature_functions = "all") the condition in line 150 is not true.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions