- 02 Jun, 2019 3 commits
- 31 May, 2019 1 commit
-
-
Jaden authored
-
- 29 May, 2019 22 commits
-
-
Jaden authored
-
Jaden authored
-
Jaden authored
Also cleans up the schema a bit. Note that there's still a test that isnt passing
-
Jaden authored
Distinguishes between uints/ints/floats for restricting types of choices in choices list
-
Jaden authored
The schema now limits the range entries according to the specific numerical type (uint/int/float). Also refactors out all the nose.tools.assert_true/false calls.
-
Jaden authored
Any "choice" type parameter needs >=3 choices to be valid (otherwise it could be a boolean or a constant)
-
Jaden authored
Fixes failed plotter tests as well
-
Jaden authored
Uses the json schema draft 6/7 keywords to better specify the restrictions on choice-type parameters, and adds tests
-
Jaden authored
Also adds tests & new objects to check validation rules. Uses new json schema draft 7 keywords
-
Jaden authored
Also bumps the jsonschema version requirement
-
Jaden authored
Algorithm range parameters were previously able to be strings, booleans, numbers, or a mix of those three.
-
André Anjos authored
Reorganize error related prefix content See merge request !76
-
Samuel GAIST authored
The algorithm block was pointing to an invalid algorithm The analyzers field was missing The set for the integers dataset was wrong
-
Samuel GAIST authored
These experiment while correct were missing the parameters of algorithms having them in the globals section.
-
Samuel GAIST authored
It will be useful for testing beat/beat.editor> v2
-
Samuel GAIST authored
It will be useful for testing beat/beat.editor> v2
-
Samuel GAIST authored
It will be useful for testing beat/beat.editor> v2
-
Samuel GAIST authored
This allows to have a cleaner content and a dedicated place for error related tests.
-
Samuel GAIST authored
This allows to have a cleaner content and a dedicated place for error related tests.
-
Samuel GAIST authored
This allows to have a cleaner content and a dedicated place for error related tests.
-
- 28 May, 2019 1 commit
-
-
Samuel GAIST authored
This allows to have a cleaner content and a dedicated place for error related tests.
-
- 07 May, 2019 5 commits
-
-
Samuel GAIST authored
Add missing class variables to plotter storage See merge request !75
-
Samuel GAIST authored
-
André Anjos authored
Implement missing prototypes handling Closes #79 See merge request !74
-
There's no prototype available for the experiment as it needs to be configured with the content of a prefix based on the toolchain selected for it.
-
This allows the creation of a database from scratch. The prototype code is also updated for the latest version of the database API.
-
- 06 May, 2019 8 commits
-
-
Flavio TARSETTI authored
Fix plotterparameter writing Closes #78 See merge request !73
-
Samuel GAIST authored
The write method was wrong as well as there were missing pieces in the class for it to work properly.
-
Flavio TARSETTI authored
Improve asset information See merge request !72
-
-
-
-
-
André Anjos authored
Add db migration scripts to installed commands See merge request !70
-