-
Notifications
You must be signed in to change notification settings - Fork 23
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
TypeError in new version 1.11.1 #113
Comments
4e22af5 might be related. In addition to that, you could try logging:
|
I also had this same error a few days ago indirectly through Pandera. It got solved pinning the version of multimethod to 1.11. This is mentioned over here unionai-oss/pandera#1500. Maybe 8346c76 is related? I have spent a fair amount of time checking the code, but I'm over my head here. |
It seems that The error appears in |
Thanks, I'm confident this is fixed in main (4e22af5 and later). I'll add a regression test that's as close to If anyone on this thread can test theirs against main, that would be appreciated. |
Released v1.11.2. |
Fixed in v1.11.2. |
I am having problems in my project with the new version 1.11.1.
In particular it seems that the following multimethod:
https://github.com/GAA-UAM/scikit-fda/blob/b43718a92bd7189e3c821913c6de447aaa25b291/skfda/misc/metrics/_utils.py#L140
is causing some kind of error due to generics:
I tried unsuccessfully to create a minimum example showing the error, but as the changes in the last version are few, maybe you do not need it to locate the error.
The text was updated successfully, but these errors were encountered: