Skip to content

Update to the Riemann solver unit tests

Matthieu Schaller requested to merge thorough_riemann_solver_tests into master

Some changes to the Riemann solver unit tests:

  • Generate random configurations and print out the seed in case we crash in order to investigate.
  • Run 100000 cases to test the symmetry. Should cover all bases!
  • Check differences in absolute and relative values.

Implements the suggestion at the end of the discussion in #424 (closed).

Merge request reports