diff --git a/pytests/templates/tests/uedge_tst_template.py b/pytests/templates/tests/uedge_tst_template.py index 9e2f89ce..e1b8ae6d 100644 --- a/pytests/templates/tests/uedge_tst_template.py +++ b/pytests/templates/tests/uedge_tst_template.py @@ -68,9 +68,6 @@ def matches(save, refs, epsilon): from uedge import bbb recoverstate(save, refs) fnrm = bbb.get_fnrm(bbb.dtreal) - print('TEST RESULTS') - print(' REFERENCE', refs['fnrm'][()]) - print(' RESULT', fnrm) return isclose(fnrm, refs['fnrm'][()], atol=0.0, rtol=epsilon) @@ -104,7 +101,6 @@ def print_itroub(refs): refs = f['pytests'] defref = refs['default'] if matches(f, defref, epsilon): - print('TEST SUCCEEDED') # Turn output back on try: com.iprint = 1