- 21 Nov, 2018 7 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow to simplify checking for autonomous algorithm types
-
Samuel GAIST authored
-
Samuel GAIST authored
This is a specific type for algorithm using loop as they have additional constraints with regards to classic autonomous algorithms.
-
Samuel GAIST authored
-
- 20 Nov, 2018 29 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This allows for python2 and python3 support and is required since we are currently providing a python2.7 environment.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This is handled on an upper layer.
-
Samuel GAIST authored
This method is called from unpack which should return the object loaded. Before the result was none.
-
Samuel GAIST authored
Now both invalid case are treated as exception: - Calling a loop using algorithm without loop_channel - Calling a non loop using alggorithm with a loop_channel
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Now the configuration includes both the "loop using" algorithm info and the loop itself info.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
The tuple should contain a: - boolean for success or failure - dictionary with the data to return to the algorithm
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 07 Nov, 2018 2 commits
-
-
Samuel GAIST authored
The format is: "loop": { "input": { "type": "data_format_name" }, "output": { "type": "data_format_name" } }
-
Samuel GAIST authored
The format is: "loop": { "input": { "type": "data_format_name" }, "output": { "type": "data_format_name" } }
-
- 26 Oct, 2018 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
- loop is the validation algorithm - loop_user is the algorithm communicating with the loop
-