debug tests

This commit is contained in:
2020-09-09 17:05:24 +02:00
parent a21192b171
commit 804128dad9
2 changed files with 1 additions and 4 deletions
Vendored
-3
View File
@@ -25,9 +25,6 @@ pipeline {
// run tests
sh '''
export PYTHONPATH=`pwd`
ls
ls tests
ls tests/data
venv/bin/python3 -m unittest discover ${TEST_DIR}
'''
}
+1 -1
View File
@@ -19,7 +19,7 @@
comment="Modeling the sun as mag 10 star"/>
<optical_component type="Atmosphere" transmittance="tests/data/atmosphere/transmittance.csv"
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"/>
</astroscene>