Project 'biosignal/software/deepdraw' was moved to 'medai/software/deepdraw'. Please update any links and bookmarks that may still have the old path.
Move from bob group and cookiecuter usage
This merge request updates the codebase after the move from the bob to the biosignal group and makes use of the cookiecutter template.
- Project has been moved from bob/ip/binseg to biosignal/software/deepdraw
- Paths in the projects have been replaced accordingly
- Tests have been moved at the root of the repository
- The project now uses the template from cookiecutter-idiap-pypackage and the new CI pipeline
- SPDX headers have been added and updated
- Data files are now tracked with LFS, even if they are not using too much space
Closes #20 (closed)
Edited by André Anjos
Merge request reports
Activity
Filter activity
requested review from @mdelitroz
added 1 commit
- 21209973 - [ignore] Update ignore file to avoid qa checks elsewhere than in the package
added 2 commits
@dcarron: to avoid qa failures out of the box, please install the pre-commit hook on your repo with
pre-commit install
, this will ensure all your commits follow the qa rules before you push them.added 1 commit
- 6c9b7885 - [ci] Use gitlab-runner mechanism to fetch submodules
added 1 commit
- 8e54428e - [ci] Test setting OMP_NUM_THREADS=1 globally as a fix to failing pytorch tests
added 2 commits
added 1 commit
- 7d262896 - [tests] Simplifies test database unpacking by moving code to a pytest...
Please register or sign in to reply