-
Notifications
You must be signed in to change notification settings - Fork 263
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
fix NotImplementedError: get_type is not implemented #2133
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a valid fix.
Please take a look at my comment in here:
https://jira.habana-labs.com/browse/SW-220806
you cannot have abstract methods or even class methods that throw exceptions in the base class that none of the classes that inherits from it implements.
If you want the refactor to stay - you should implement it in all classes in helper_modules.py
and only then make sure all tests with their new patched modules also implement them...
I think we should implement |
Signed-off-by: Xin He <xinhe3@habana.ai>
Type of Change
bug fix
Description
blocking print after prepare.