- 08 Oct, 2021 1 commit
-
-
Henri Payno authored
-
- 06 Oct, 2021 7 commits
-
-
Henri Payno authored
[orangecontrib] fix _updateProcess, first update inputs then call handleNewSignals and not the other way around
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
- 05 Oct, 2021 7 commits
-
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
- 24 Aug, 2021 1 commit
-
-
Henri Payno authored
-
- 23 Aug, 2021 1 commit
-
-
Henri Payno authored
-
- 12 Aug, 2021 1 commit
-
-
Wout De Nolf authored
-
- 11 Aug, 2021 1 commit
-
-
Wout De Nolf authored
-
- 03 Aug, 2021 1 commit
-
-
payno authored
-
- 27 Jul, 2021 1 commit
-
-
payno authored
-
- 23 Jul, 2021 1 commit
-
-
payno authored
- complete signature to be `run` - fix test - orangecontrib: make inheritance to `Registered` instead of `OWEwoksWidget` Because `OWEwoksWidget` enforce to use the defined ewokstaskclass which is not something we want for now (avoid task associated with gui, processes on threads...)
-
- 22 Jul, 2021 5 commits
- 21 Jul, 2021 11 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
-
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
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)
-
- 28 Jan, 2021 2 commits
-
-
payno authored
-
payno authored
Signed-off-by:
payno <henri.payno@gmail.com>
-