mpettest passes analytical tests if the solver fails

Issue #68 resolved
Dan Cogswell created an issue

Generate a numerical failure by setting an error tolerance too high so that Sundials fails. All analytical tests will pass.

Comments (3)

  1. Dan Cogswell reporter

    A workaround is to add a debug breakpoint on line 64 of main.py to stop if an exception is thrown.

  2. Dan Cogswell reporter

    Addressed by 6007530. Exceptions from the solver are now re-rasied, which stops mpettest. The testing suite should now be modified to handle exceptions.

  3. Log in to comment