- 06 May, 2019 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 13 Mar, 2019 1 commit
-
-
Samuel GAIST authored
Fixes #17
-
- 12 Dec, 2018 1 commit
-
-
Samuel GAIST authored
Unlike other autonomous algorithm, loop must have access to everything directly in the prepare method so it can properly setup everything for validation.
-
- 21 Nov, 2018 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow to simplify checking for autonomous algorithm types
-
Samuel GAIST authored
This is a specific type for algorithm using loop as they have additional constraints with regards to classic autonomous algorithms.
-
- 20 Nov, 2018 3 commits
-
-
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
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
The tuple should contain a: - boolean for success or failure - dictionary with the data to return to the algorithm
-
- 07 Nov, 2018 1 commit
-
-
Samuel GAIST authored
The format is: "loop": { "input": { "type": "data_format_name" }, "output": { "type": "data_format_name" } }
-
- 26 Oct, 2018 4 commits
-
-
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 allows to have a different process method signature for algorithm using a loop block and no need to modify existing algorithms.
-
- 04 Oct, 2018 1 commit
-
-
Samuel GAIST authored
-
- 28 May, 2018 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 19 Apr, 2018 2 commits
-
-
- 18 Apr, 2018 1 commit
-
-
Samuel GAIST authored
-
- 01 Mar, 2018 1 commit
-
-
Samuel GAIST authored
-
- 28 Feb, 2018 1 commit
-
-
Samuel GAIST authored
New beat.cmdline tests don't need it anymore
-
- 29 Jan, 2018 1 commit
-
-
Philip ABBET authored
-
- 09 Jan, 2018 1 commit
-
-
Philip ABBET authored
-
- 19 Dec, 2017 2 commits
-
-
Philip ABBET authored
-
Philip ABBET authored
-
- 07 Dec, 2017 1 commit
-
-
Philip ABBET authored
-
- 06 Dec, 2017 1 commit
-
-
Philip ABBET authored
-
- 30 Nov, 2017 2 commits
-
-
Philip ABBET authored
-
Philip ABBET authored
-
- 04 Oct, 2017 1 commit
-
-
Philip ABBET authored
-
- 23 Mar, 2017 1 commit
-
-
Philip ABBET authored
-
- 22 Mar, 2017 1 commit
-
-
Philip ABBET authored
-
- 02 Mar, 2016 1 commit
-
-
André Anjos authored
-