Bugfix: path to input files

This commit is contained in:
Lukas Klass 2020-09-09 17:13:53 +02:00
parent 858b5fdf1f
commit fa0148d561
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View File

@ -24,7 +24,6 @@ pipeline {
''' '''
// run tests // run tests
sh ''' sh '''
ls tests/data/strayLight
export PYTHONPATH=`pwd` export PYTHONPATH=`pwd`
venv/bin/python3 -m unittest discover ${TEST_DIR} venv/bin/python3 -m unittest discover ${TEST_DIR}
''' '''

View File

@ -19,7 +19,7 @@
comment="Modeling the sun as mag 10 star"/> comment="Modeling the sun as mag 10 star"/>
<optical_component type="Atmosphere" transmittance="tests/data/atmosphere/transmittance.csv" <optical_component type="Atmosphere" transmittance="tests/data/atmosphere/transmittance.csv"
emission="tests/data/atmosphere/emission.csv" comment="Including the atmosphere"/> emission="tests/data/atmosphere/emission.csv" comment="Including the atmosphere"/>
<optical_component type="StrayLight" emission="tests/data/strayLight/emission.csv" <optical_component type="StrayLight" emission="tests/data/straylight/emission.csv"
comment="Including arbitrary noise sources"/> comment="Including arbitrary noise sources"/>
</astroscene> </astroscene>