Bugfix: path to input files
This commit is contained in:
parent
858b5fdf1f
commit
fa0148d561
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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}
|
||||||
'''
|
'''
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user