- 14 Nov, 2019 1 commit
-
-
Samuel GAIST authored
See bob.devtools#44 and bob.devtools!127
-
- 08 Nov, 2019 2 commits
-
-
Flavio TARSETTI authored
Improve protocol template lookup for database prototype Closes beat.editor#249 See merge request !103
-
Samuel GAIST authored
Rather than blindingly selecting the first protocol template found, look for the first valid one.
-
- 22 Oct, 2019 1 commit
-
-
Samuel GAIST authored
[docedit] removed Biometrics evaluation from the definition of BEAT See merge request !102
-
- 18 Oct, 2019 1 commit
-
-
Zohreh MOSTAANI authored
-
- 15 Oct, 2019 1 commit
-
-
Samuel GAIST authored
Move conda related helper methods out of test class See merge request !101
-
- 08 Oct, 2019 1 commit
-
-
Samuel GAIST authored
That will make them re-usable in other tests like in beat/beat.cmdline>
-
- 07 Oct, 2019 5 commits
-
-
Samuel GAIST authored
Subprocess execution with different environment Closes #90 See merge request !100
-
Samuel GAIST authored
-
Samuel GAIST authored
This test tends to fail on macOS with Python3.7 It is however unclear why as the test passes most of the time. Especially in the other CI environments.
-
Samuel GAIST authored
test_execute in test_bcp fails for unclear reasons from time to time. Add flaky to allow re-running the test automatically in case it's just a glitch.
-
Samuel GAIST authored
This patch implements a new parameter that allows to pass the path to the python executable of the environment one would like to use to execute an experiment. The various beat/beat.backend.python from that environment will be called in place of the current environment as it is by default. Fixes #90
-
- 04 Oct, 2019 1 commit
-
-
André Anjos authored
Dependencies cleanup See merge request !99
-
- 03 Oct, 2019 2 commits
-
-
Samuel GAIST authored
Needed for matplotlib image output
-
Samuel GAIST authored
It's only used by the plotters in the prefix.
-
- 02 Oct, 2019 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
André Anjos authored
Update test loop evaluator write method signature See merge request !98
-
- 01 Oct, 2019 1 commit
-
-
Samuel GAIST authored
Following beat.backend.python!61 the method has now a third argument containing the output currently written to on the processor side.
-
- 27 Sep, 2019 4 commits
-
-
Samuel GAIST authored
Remove rogue print statement See merge request !97
-
Samuel GAIST authored
-
André Anjos authored
Improve error handling on algorithm local execution See merge request !96
-
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.
-