mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
fix tests
This commit is contained in:
@ -542,8 +542,8 @@ TEST_CASE("fliprows", "[.cmd]") {
|
|||||||
auto det_type = det.getDetectorType().squash();
|
auto det_type = det.getDetectorType().squash();
|
||||||
bool jungfrauhw2 = false;
|
bool jungfrauhw2 = false;
|
||||||
if (det_type == defs::JUNGFRAU &&
|
if (det_type == defs::JUNGFRAU &&
|
||||||
!(det.getSerialNumber().tsquash("inconsistent serial number to test") &
|
!((det.getSerialNumber().tsquash("inconsistent serial number to test") &
|
||||||
0x20000)) {
|
0x20000) == 0x2000)) {
|
||||||
jungfrauhw2 = true;
|
jungfrauhw2 = true;
|
||||||
}
|
}
|
||||||
if (det_type == defs::EIGER || jungfrauhw2) {
|
if (det_type == defs::EIGER || jungfrauhw2) {
|
||||||
|
Reference in New Issue
Block a user