minor: comment

This commit is contained in:
Stephen McQuay 2011-05-02 21:56:41 -06:00
parent 493e539487
commit 950de0f6ec
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ def friendly_exact_3D(X):
def improved_answer(answer, exact):
if not answer['error']:
return True
# was probably just a linear interpolation
return False
log.debug('qlin: %s' % answer['qlin'])
log.debug('error: %s' % answer['error'])