-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'config_file' into 'master'
Suggests configuration file should be the default "way" with `verify.py` In this merge request, the idea is we emphasize people should rather use configuration files with `verify.py`. The change is minor, but allows users to run the script issuing: ```sh $ ./bin/verify.py -vv <my-config> ``` I mark it as a work-in-progress, because I still wanted to have `<my-config>` to optionally be a resource. @mguenther: could you please make so? I'm not sure I'm capable of doing this with ruining something else. This will allow us to distribute baselines inside packages, w/o requiring users to know where they are installed. See merge request !36
No related branches found
No related tags found
Pipeline #
Showing
- bob/bio/base/script/grid_search.py 1 addition, 1 deletionbob/bio/base/script/grid_search.py
- bob/bio/base/script/resources.py 6 additions, 2 deletionsbob/bio/base/script/resources.py
- bob/bio/base/test/dummy/config.py 7 additions, 0 deletionsbob/bio/base/test/dummy/config.py
- bob/bio/base/test/dummy/config2.py 2 additions, 0 deletionsbob/bio/base/test/dummy/config2.py
- bob/bio/base/test/test_config_file.py 108 additions, 4 deletionsbob/bio/base/test/test_config_file.py
- bob/bio/base/tools/command_line.py 3 additions, 4 deletionsbob/bio/base/tools/command_line.py
- bob/bio/base/utils/resources.py 77 additions, 13 deletionsbob/bio/base/utils/resources.py
- develop.cfg 2 additions, 0 deletionsdevelop.cfg
- doc/implementation.rst 3 additions, 1 deletiondoc/implementation.rst
- setup.py 5 additions, 0 deletionssetup.py
Loading
Please register or sign in to comment