Small modifications for the XRPD pipeline project
Some small things I noticed when working on the XRPD pipeline project
-
ewoksorange.canvas.__main__
was imported by the bindings which where imported inewoksorange.__init__
. This gives a warningRuntimeWarning: 'ewoksorange.canvas.__main__' found in sys.modules after import of package 'ewoksorange.canvas', but prior to execution of 'ewoksorange.canvas.__main__'; this may result in unpredictable behaviour
-
add features to
ewoksorange.gui.parameterform/ParameterForm
(e.g. HDF5 URL selection) -
added
OWEwoksBaseWidget.executeEwoksTaskWithoutPropagation
in addition to the already existingOWEwoksBaseWidget.executeEwoksTask
-
several small improvements
Edited by Wout De Nolf