made results better visible

This commit is contained in:
Martin Diehl 2012-02-23 09:23:37 +00:00
parent 28d654d61e
commit a8f4fc76b3
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class Test():
if curNaN == refNaN:
err[numpy.isnan(err)]=0.0
max_err = numpy.max(err)
print 'maximum relative error',max_err
print '********\n * maximum relative error',max_err,'\n ********'
return max_err
def report_Success(self,culprit):