-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Test & Score deepcopy problem #2793
Comments
Seems like Orange3-recommendation problem. I get: PicklingError: Can't pickle <class 'Orange.widgets.utils.owlearnerwidget.Outputs'>: attribute lookup Outputs on Orange.widgets.utils.owlearnerwidget failed |
@gpstmp Would you care enough to help us migrate recommender add-on's widgets to use new-style signals in a pull request? |
The core problem is that (one of the) learners in c_learners holds a reference to the widget it was constructed with. This is a bad thing, but as @kernc said, a problem in orange3-recommendation add-on. I have opened a new issue on that repository, let's move the discussion there. |
Orange version
3.7.1
Expected behavior
I expect that Test & Score widget will work ok with Recommendations add-on widget (this model was working ok in prev versions of Orange, but produces an error after update).
Actual behavior
I have this error in logs:
Steps to reproduce the behavior
You can download a simple example here
problem.zip
Additional info (worksheets, data, screenshots, ...)
The text was updated successfully, but these errors were encountered: