debug tests
This commit is contained in:
parent
a21192b171
commit
804128dad9
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -25,9 +25,6 @@ pipeline {
|
|||||||
// run tests
|
// run tests
|
||||||
sh '''
|
sh '''
|
||||||
export PYTHONPATH=`pwd`
|
export PYTHONPATH=`pwd`
|
||||||
ls
|
|
||||||
ls tests
|
|
||||||
ls tests/data
|
|
||||||
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