- 27 Sep, 2019 1 commit
-
-
Samuel GAIST authored
Currently, when an error occurred in one of the scripts, it could just hang or the error itself wasn't properly processed. This patch improves exception handling as well as error message returned.
-
- 25 Sep, 2019 4 commits
-
-
André Anjos authored
Tests improvements See merge request !95
-
Samuel GAIST authored
-
Samuel GAIST authored
Like this the test passes but is known to trigger the issue described in beat.backend.python#26 and fixed by beat.backend.python!59.
-
Samuel GAIST authored
This makes the validate part more coherent.
-
- 19 Sep, 2019 3 commits
-
-
Samuel GAIST authored
Improve two_loops test experiment See merge request !94
-
Samuel GAIST authored
Without that some tests might stale indefinitely.
-
Samuel GAIST authored
Use similar setup as the loop experiment for globals and processor algorithm specific parameters to ensure the tests cover also these cases. Useful for beat/beat.editor> v2 tests
-
- 18 Sep, 2019 2 commits
-
-
André Anjos authored
Fix loop parameters handling See merge request !93
-
Only the global parameters values were used for the setup.
-
- 17 Sep, 2019 4 commits
-
-
André Anjos authored
Make loop processor related fields clearer See merge request !92
-
Samuel GAIST authored
-
Samuel GAIST authored
-
André Anjos authored
Improve loop algorithms crosschecking for experiment See merge request !91
-
- 13 Sep, 2019 1 commit
-
-
Samuel GAIST authored
The current technique use had a flaw. With algorithm containing a different number of groups, it would truncate the to the shortest as explained in the zip function documentation. Now itertools.zip_longest is used to ensure that the iteration is done on the longest input.
-
- 04 Sep, 2019 3 commits
-
-
André Anjos authored
Fix loop field names See merge request !90
-
Samuel GAIST authored
This makes them coherent with the algorithm types.
-
Samuel GAIST authored
This makes them coherent with the algorithm types.
-
- 03 Sep, 2019 2 commits
-
-
André Anjos authored
Improve algorithm setup handling in local executor See merge request !89
-
Samuel GAIST authored
With Python 3.7, the runner failing its creation doesn't propagate the same as with Python 3.6.
-
- 23 Aug, 2019 4 commits
-
-
André Anjos authored
Improve two loops testing See merge request !88
-
Samuel GAIST authored
This patch updates the naming of the blocks as well as change the algorithm used in the blocks part. This allows to improve testing for the beat/beat.editor> v2 version.
-
Samuel GAIST authored
Simple algorithm with parameter that will help also validate beat/beat.editor> v2 editors.
-
Samuel GAIST authored
This allows to know directly which algorithm failed
-
- 19 Aug, 2019 2 commits
-
-
André Anjos authored
Remove parameters from analyzer block Closes #87 See merge request !87
-
Samuel GAIST authored
Remove the possibility to parametrize an analyzer as it creates unwelcomed side effects. Fixes #87
-
- 08 Aug, 2019 2 commits
-
-
Flavio TARSETTI authored
Fix two_loops experiment declaration See merge request !86
-
Samuel GAIST authored
-
- 31 Jul, 2019 1 commit
-
-
André Anjos authored
Change loop parts name Closes #86 See merge request !85
-
- 30 Jul, 2019 7 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
This makes the content of the prefix clearer and easier to understand.
-
Samuel GAIST authored
They are now loop_evaluator and loop_processor. Their respective type values are also updated.
-
André Anjos authored
Loop synchronized read Closes #85 See merge request !84
-
-
-
André Anjos authored
Loop block output Closes #84 See merge request !83
-
- 24 Jul, 2019 4 commits
-
-
Samuel GAIST authored
This test implements a more complex toolchain and experiment that will check that loop blocks are working in more involved setups.
-
Samuel GAIST authored
New version of the scripts takes it as an option rather than a parameter.
-
Samuel GAIST authored
New version of the scripts takes it as an option rather than a parameter.
-
Samuel GAIST authored
-