tests for thermal and orientation conversion
orientation conversion need further investigation
This commit is contained in:
parent
4e6f82f01f
commit
f57c982ac7
|
@ -200,6 +200,13 @@ Post_ParaviewRelated:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
Post_OrientationConversion:
|
||||||
|
stage: postprocessing
|
||||||
|
script: OrientationConversion/test.py
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
- release
|
||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
Compile_Spectral_Intel:
|
Compile_Spectral_Intel:
|
||||||
stage: compilePETScIntel
|
stage: compilePETScIntel
|
||||||
|
@ -250,6 +257,13 @@ Compile_Intel_Prepare:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
Thermal:
|
||||||
|
stage: spectral
|
||||||
|
script: Thermal/test.py
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
- release
|
||||||
|
|
||||||
Spectral_PackedGeometry:
|
Spectral_PackedGeometry:
|
||||||
stage: spectral
|
stage: spectral
|
||||||
script: Spectral_PackedGeometry/test.py
|
script: Spectral_PackedGeometry/test.py
|
||||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit 8b171cf15da322c5cd1943144a0f511d56e42fa2
|
Subproject commit f3f68425831d9b84906448861077f27cffe37e57
|
Loading…
Reference in New Issue