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

Replaced fullargsspec with signature, as it broke in my system #111

Merged
merged 1 commit into from
Aug 20, 2022
Merged

Conversation

LucaCappelletti94
Copy link
Collaborator

Hello, I did a 🍌.

While generally fullargsspec works better than signature, since the latter can break when dealing with things such as code bindings, I discovered the hard way that the former breaks in some cases, like our friend NMF, and return an empty list of args and kwargs.

I have no clue why it does break.

Notwithstanding, I replaced it with signature, which seems more stable in these use cases.

@benedekrozemberczki benedekrozemberczki merged commit a094d0b into benedekrozemberczki:master Aug 20, 2022
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.

2 participants