- 20 Nov, 2018 12 commits
-
-
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 12 commits
-
-
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.
-
- 05 Oct, 2018 10 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
André Anjos authored
Fix lazy loading of algorithm's runner See merge request !25
-
Samuel GAIST authored
-
André Anjos authored
Improve zero handling See merge request !24
-
Samuel GAIST authored
In this case, don't do the check as numpy.array will guess the value as int64 whatever the original dtype might be. In this case return 0 as the dtype requested.
-
Samuel GAIST authored
-
André Anjos authored
Improve array creation See merge request !23
-
Samuel GAIST authored
-
Samuel GAIST authored
If a proper dtype is given as argument, then use it to create the array. This will ensure that the expected type is used rather than guessed.
-
- 04 Oct, 2018 4 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Implement warning if prepare is present with api_version 2 property for algorithm See merge request !22
-
Samuel GAIST authored
-