Skip to content

Ci orangefork

Wout De Nolf requested to merge ci_orangefork into main

@payno I added your orange fork to CI and made sure I'm compatible. However I get unknown widget description argument errors. All tests pass when I patch orange like this:

# orangewidget.workflow.discovery
def widget_desc_from_module(...):
    ...
    description.pop("allows_cycle", None)  # <---- added this line
    description.pop("compress_signal", None)  # <---- added this line
    description = WidgetDescription(**description)
Edited by Wout De Nolf

Merge request reports