v1.0.0-rc.31

This commit is contained in:
2025-03-02 13:15:28 +01:00
parent aeabc81a4c
commit ddf4c75645
309 changed files with 8705 additions and 1421 deletions

View File

@@ -777,6 +777,8 @@ TEST_CASE("JFJochReceiverTest_PedestalG1_NoFrames", "[JFJochReceiver]") {
bool ret;
REQUIRE_NOTHROW(ret = JFJochReceiverTest(output, logger, aq_devices, x, mask, nthreads));
REQUIRE(ret);
REQUIRE(output.expected_packets[0] != 0);
REQUIRE(output.received_packets[0] == 0);
REQUIRE(output.status.images_sent == 0);
REQUIRE(output.efficiency < 1.0);