diff --git a/pytests/templates/tests/uedge_tst_template.py b/pytests/templates/tests/uedge_tst_template.py index e1b8ae6d..c56188d0 100644 --- a/pytests/templates/tests/uedge_tst_template.py +++ b/pytests/templates/tests/uedge_tst_template.py @@ -11,7 +11,7 @@ def perturb_solution(self, file, perturbation=1e-2): for var in ['nis', 'ups', 'tes', 'tis', 'ngs', 'tgs', 'phis']: bbb[var][...] *= uniform(low=1-perturbation, high=1+perturbation, size = bbb[var].shape) - def test_reference(self, epsilon=1e-6): + def test_reference(self, epsilon=1e-5): from h5py import File from uedge import bbb, com # Supress output