diff --git a/tests/ep/linear.mod b/tests/ep/linear.mod index 87420c807..4bf8dd312 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