- 21 Jul, 2021 22 commits
-
-
payno authored
- rename `process` to `run` and - replace output.var_namevar.value by outputs.var_name and input.var_namevar.value by inputs.var_name - _INPUT_NAMES and _OUTPUT_NAMES where missing (larch processes...)
-
payno authored
- one for pymca example - one for larch example
-
payno authored
-
payno authored
-
payno authored
-
payno authored
-
payno authored
-
payno authored
-
payno authored
update value from list to set
-
payno authored
-
payno authored
-
payno authored
-
payno authored
-
payno authored
-
payno authored
-
payno authored
For now process is always call. When call from workflow_concept it insure the input has benn provided previously. Otherwise you should provide the xas_object. It might evolve with time. Add some simple unit test to insure an orangecontrib est workflow can be converted to a graph and a graph to an est workflow. Add test to insure we can execute it as well Make `Process` inherit from Task Create a OWESRFWidget which inherit from OWWidget and implement stuff for the task graph.
-
payno authored
-
payno authored
OWESRFWidget fir the expected design for the esrf task graph. Creating a OWWidgetTaskExecutor for example
-
payno authored
[orangecontrib][test] add test for converting esrf task graph to ows and .ows to graph with the current est implementation
-
payno authored
settings are not handled yet.
-
payno authored
-
payno authored
processing source code used: input_ows_file = "..." from esrf2orange3.owsconvert import ows_to_esrf, esrf_to_ows from esrftaskgraph.graph import TaskGraph graph = ows_to_esrf(input_ows_file)
-
- 31 May, 2021 4 commits
- 07 May, 2021 14 commits