You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [OWPythonScript](https://github.com/biolab/orange3/blob/master/Orange/widgets/data/owpythonscript.py#L522) class is located in orange.widgets.data.owpythonscript nevertheless it is registered in the transform category which is misleading.
So either the category should be 'data' or the file moved to the 'transform' section. First one would make more sense.
How can we reproduce the problem?
Should be the case in all (not too old?) Orange versions
The text was updated successfully, but these errors were encountered:
@payno, we have split the category Data into two categories, Data and Transform but we were not sure about it, so we kept the widgets were they are to avoid moving them back if we change our minds.
This has been years ago and will obviously remain. So, yes, all widgets in the Transform category (not just Python Script) have to be moved to a proper directory. Thanks for noticing and reporting.
What's wrong?
The
[OWPythonScript](https://github.com/biolab/orange3/blob/master/Orange/widgets/data/owpythonscript.py#L522)
class is located inorange.widgets.data.owpythonscript
nevertheless it is registered in thetransform
category which is misleading.So either the category should be 'data' or the file moved to the 'transform' section. First one would make more sense.
How can we reproduce the problem?
Should be the case in all (not too old?) Orange versions
The text was updated successfully, but these errors were encountered: