-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Support multi-inheritance classes #143
Comments
This worked before, making it a regression. So changed the issue from enhancement to bug. |
This is fixed in commit 57fe548. Note that there is a mistake in the code snippet you included above. Creating an instance of |
Nice, works perfectly. Thanks about mentioning the bug in the example script, it's not actual code but I wrote it from scratch, that's probably why this error is in there. I'd love to directly implement a fix next time but every time I look at your changes I get that I don't understand the project well enough for that, yet... So thanks a lot for your work! |
🚀 Feature request
As far as I can tell, currently there's not support for multi-inheritance classes (but of course let me know if I'm wrong or implementing something wrong). The following example throws an error:
It used to work in the fork I made off of version 4.8 but somehow stopped to work now.
Motivation
I guess the example makes it pretty obvious why this is a neat feature, it just makes sense to separate the classes like this (maybe you have a classifier that is not classifying images) but also compose them again.
Pitch
It would be cool if it would work again like in version 4.8 :) I'd also happy to help out if it's a simpler fix but it might be faster/nicer coded if you do it yourself ;)
Alternatives
Not really any that I can think of.
The text was updated successfully, but these errors were encountered: