renamed python file in cmakelists
Run Simulator Tests on local RHEL9 / build (push) Failing after 1m2s
Run Simulator Tests on local RHEL8 / build (push) Failing after 2m39s
Build on RHEL9 docker image / build (push) Failing after 3m45s
Build on RHEL8 docker image / build (push) Failing after 5m13s

This commit is contained in:
2026-07-09 19:03:15 +02:00
parent 46623c946a
commit ee40de6122
+3 -3
View File
@@ -25,8 +25,8 @@ set_target_properties(_slsdet PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin/slsdet
)
#Copy Python code
set( PYTHON_FILES
# Copy Python code
set(PYTHON_FILES
slsdet/__init__.py
slsdet/adcs.py
slsdet/bits.py
@@ -41,7 +41,7 @@ set( PYTHON_FILES
slsdet/errors.py
slsdet/gaincaps.py
slsdet/pattern.py
slsdet/PatternGenerator.py
slsdet/pattern_generator.py
slsdet/gotthard2.py
slsdet/moench.py
slsdet/proxy.py