Minor fixes for CI and dependencies

Improvements in documentation and readability of JungfraujochDevice function
This commit is contained in:
2023-12-14 22:39:17 +01:00
parent 76e56cdf73
commit d82bd13917
32 changed files with 297 additions and 150 deletions
-1
View File
@@ -35,7 +35,6 @@ TEST_CASE("HLS_C_Simulation_internal_packet_generator", "[FPGA][Full]") {
}
}
REQUIRE(test.GetExpectedDescriptorsPerModule() == 5);
REQUIRE(test.GetCompletedDescriptors() == 5 * (4 + DELAY_FRAMES_STOP_AND_QUIT - 1) * nmodules);
}
TEST_CASE("HLS_C_Simulation_internal_packet_generator_custom_frame", "[FPGA][Full]") {