mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
mitigating clang-tidy warnings
This commit is contained in:
@ -19,7 +19,7 @@ TEST_CASE("Set and get trimen", "[detector]") {
|
||||
|
||||
// At the beginning there should be no trimen set
|
||||
auto res = d.getTrimEn();
|
||||
CHECK(res.empty() == 0);
|
||||
CHECK(res.empty());
|
||||
|
||||
std::vector<int> energies{5200, 6400, 8500, 9900, 12000};
|
||||
d.setTrimEn(energies);
|
||||
|
Reference in New Issue
Block a user