- 01 Oct, 2018 1 commit
-
-
Zohreh MOSTAANI authored
-
- 28 Sep, 2018 1 commit
-
-
Zohreh MOSTAANI authored
-
- 12 Sep, 2018 2 commits
-
-
Flavio TARSETTI authored
Improve database testing See merge request !46
-
Samuel GAIST authored
This allows to more easily understand why the test fails if the database object encounters error on creation.
-
- 22 Aug, 2018 1 commit
-
-
André Anjos authored
Fix remove deprecated script See merge request !45
-
- 21 Aug, 2018 2 commits
-
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
- 10 Aug, 2018 1 commit
-
-
Samuel GAIST authored
Fix issue related to mixing click functions and other class functions See merge request !44
-
- 09 Aug, 2018 1 commit
-
-
Flavio TARSETTI authored
-
- 13 Jul, 2018 4 commits
-
-
Flavio TARSETTI authored
Add option to make experiment run less verbose See merge request !43
-
Samuel GAIST authored
-
Flavio TARSETTI authored
Handle case where CPU stats return 0 See merge request !42
-
Samuel GAIST authored
This may happen if the container ran on GPU.
-
- 06 Jul, 2018 20 commits
-
-
Samuel GAIST authored
-
Theophile GENTILHOMME authored
Fix click commands See merge request !41
-
Samuel GAIST authored
Fixes #40
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Also cleans up all the sys.exit calls.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Also cleans up all the sys.exit calls.
-
Samuel GAIST authored
-
Samuel GAIST authored
This also cleans up all the sys.exit calls.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Click turns functions into "commands" which has the following consequences: - Any return statement means that it has succeeded whatever the value returned therefore the exit code will be 0 - To "fail" properly an exception must be raised which will return an exit code of 1 - Other exceptions will be treated as usage error and have an exit code of 2 The raise_on_error decorator will take the returned value of the wrapped function and raise a generic error with the exit code set to what the function has returned.
-
- 22 Jun, 2018 4 commits
-
-
Samuel GAIST authored
Add missing platform parameter when calling API See merge request !40
-
Samuel GAIST authored
-
Samuel GAIST authored
Add missing click dependency See merge request !39
-
Samuel GAIST authored
-
- 20 Jun, 2018 1 commit
-
-
Samuel GAIST authored
use click for command lines See merge request !25
-
- 07 Jun, 2018 2 commits
-
-
André Anjos authored
Fix doc extra marker See merge request !38
-
Flavio TARSETTI authored
-