minor: whitespace

This commit is contained in:
Stephen McQuay 2011-05-20 11:13:17 -06:00
parent ae52881e55
commit 60fa58c392
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ def improved_answer(answer, exact):
else:
log.debug(":( damaged result")
return False
def improved(qlin, err, final, exact):
if np.abs(final - exact) <= np.abs(qlin - exact):
return True