minor: comment

This commit is contained in:
sm
2011-05-02 21:56:41 -06:00
parent 493e539487
commit 950de0f6ec
+2 -1
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'])