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
This isn't a typo, it's just that graphditty was written (long) before librosa 0.10.0 made positional arguments a requirement. But yes, graphditty could/should be updated to support 0.10.0+
On Wed, Mar 29, 2023 at 9:21 AM Brian McFee ***@***.***> wrote:
This isn't a typo, it's just that graphditty was written (long) before
librosa 0.10.0 made positional arguments a requirement. But yes, graphditty
could/should be updated to support 0.10.0+
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJWDZR3VIICA4YJIYANU73W6QZORANCNFSM6AAAAAAWL2ORAE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
very small typo
https://github.com/ctralie/GraphDitty/blob/master/SongStructure.py#L168
throws
TypeError: melspectrogram() takes 0 positional arguments but 1 positional argument (and 2 keyword-only arguments) were given
fix:
thank you for making this code available, your papers were very insightful.
The text was updated successfully, but these errors were encountered: