diff --git a/tests/ep/linear.mod b/tests/ep/linear.mod index 87420c8075e6cebdb8cd2d7a563be4654d4cbfea..4bf8dd312653a7a46ff259fefb31dc6c36bc84c3 100644 --- a/tests/ep/linear.mod +++ b/tests/ep/linear.mod @@ -36,6 +36,6 @@ ts = extended_path([],1000); options_.ep.stochastic.status = 1; sts = extended_path([],1000); -if max(max(abs(ts-sts))) > 1e-14 +if max(max(abs(ts-sts))) > 1e-12 error('extended path algorithm fails in ./tests/ep/linear.mod') end \ No newline at end of file