- Nov 20, 2018
-
-
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
-
- Nov 07, 2018
-
-
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" } }
-
- Oct 26, 2018
-
-
Samuel GAIST authored
-
Samuel GAIST authored
- loop is the validation algorithm - loop_user is the algorithm communicating with the loop
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will call the validation method of the loop algorithm.
-
Samuel GAIST authored
To distinguish from classic algorithms.
-
Samuel GAIST authored
This an algorithm that must implement a validate method that will do the analysis of the output and provide a boolean feedback. It might also write additional information on an output.
-
Samuel GAIST authored
This is an additionnal communication channel needed for the loop to inter-operate with the algorithm block.
-
Samuel GAIST authored
This allows to have a different process method signature for algorithm using a loop block and no need to modify existing algorithms.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
It contains custom exceptions used in the package.
-
- Oct 05, 2018
-
-
Samuel GAIST authored
-
André Anjos authored
Fix lazy loading of algorithm's runner See merge request !25
-