Skip to content

Commit

Permalink
correcting timing difference between main and this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jan 13, 2025
1 parent bb6d0b5 commit 63615bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/analytical_policy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ void test_analytical_oregonator(

auto state = solver.GetState();

state.SetRelativeTolerance(1e-8);
state.SetRelativeTolerance(1e-6);
state.SetAbsoluteTolerances(std::vector<double>(5, state.relative_tolerance_ * 1e-6));

state.SetCustomRateParameter("r1", 1.34 * 0.06);
Expand Down

0 comments on commit 63615bf

Please sign in to comment.