Closed jbeirer closed 3 months ago
Attention: Patch coverage is 62.41611%
with 56 lines
in your changes missing coverage. Please review.
Project coverage is 31.68%. Comparing base (
b069644
) to head (8e8543e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull requests adds reproducibility tests for the simulation and transportation tests. More precisely, a new JsonComparer class, compares the serialized transport and simulation data with the references which are saved in tests/refs. In case that differences are found, the tests will now fail and output logs like:
Note: for some reason the refs are not reproducible when running the test executables directly instead of invoking them via ctest. Unclear why that is as the seed does not change. It seems that the differences are already at the transportation state.