You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.