Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix: sim_monitor negative readback fixed

appel_c requested to merge fix/sim_monitor_bug into master

Description

By adding noise to sim_monitor simulated data, there was a bug that negativ integer could be produced due to adding noise. They would then be casted to uint32, and end up as 2^32-1 values. This MR fixes this bug.

In addition, a test has been added that checks the expected output is within the expected noise band

This MR needs to be merged to address bec#203 (closed).

Definition of Done

  • Documentation is up-to-date.
Edited by appel_c

Merge request reports