fixed eiger, mythen tests for dynamic range
Build on RHEL8 docker image / build (push) Failing after 32s
Build on RHEL9 docker image / build (push) Successful in 3m53s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m36s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m2s

This commit is contained in:
2026-06-29 15:50:39 +02:00
parent b6e8a5df59
commit b725be49b2
+3 -2
View File
@@ -671,7 +671,7 @@ int ClientInterface::set_dynamic_range(Interface &socket) {
break;
*/
case 4:
if (detType == MATTERHORN) {
if (detType == MATTERHORN || detType == EIGER) {
exists = true;
}
break;
@@ -681,7 +681,8 @@ int ClientInterface::set_dynamic_range(Interface &socket) {
}
break;
case 8:
if (detType == MATTERHORN) {
if (detType == MATTERHORN || detType == EIGER ||
detType == MYTHEN3) {
exists = true;
}
break;