Skip to content
Snippets Groups Projects
Commit a15b6c3d authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Merge branch 'restructure' of gitlab.ub.uni-bielefeld.de:olivier.bertrand/navipy into restructure

parents 18119875 241e2df1
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ coverage:
- conda activate $CI_PROJECT_DIR/envs/blender_navipy
- echo $CONDA_PREFIX
- python navipy/scripts/blendunittest.py
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
reports:
......@@ -88,7 +89,7 @@ coverage_noblend:
- echo $CONDA_PREFIX
- echo $PWD
- ls
- pytest --cov-config=.coveragerc --cov --cov-report term --cov-report xml:coverage_noblend.xml
- pytest ./ --cov-config=.coveragerc --cov --cov-report term --cov-report xml:coverage_noblend.xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
......
No preview for this file type
No preview for this file type
......@@ -14,7 +14,7 @@ traj_file='./gridtwocylinders.csv'
# move file just in case
mv $db_filename $db_filename'.old'
# run command
blendalongtraj --blender-world $blender_world --config-file $blender_config --output-file $db_filename -trajectory $traj_file --logfile $log_file -vvv
blendalongtraj --blender-world $blender_world --config-file $blender_config --output-file $db_filename --trajectory $traj_file --logfile $log_file -vvv
#----
# Rebuild second database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment