- 19 Sep, 2019 1 commit
-
-
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 6 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
-
Samuel GAIST authored
Rather than having a loops field containing only the "loop" blocks, they have now become their own entity like "blocks" and "analyzers". This new type of block will contain all the information needed for both the loop user algorithm and for the loop itself as they work in pair anyway.
-
Samuel GAIST authored
Rather than having a loops field containing only the "loop" blocks, they have now become their own entity like "blocks" and "analyzers". This new type of block will contain all the information needed for both the loop user algorithm and for the loop itself as they work in pair anyway.
-
- 17 Jul, 2019 2 commits
-
-
Samuel GAIST authored
This makes the code easier to read and maintain.
-
Samuel GAIST authored
This closes all the outputs of the executor.
-
- 15 Jul, 2019 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
All other assets can have it. There seems to not be any reason to make database an exception.
-