From a84c7fda4eb05a05e5d43b9b21a45f79bab4c6c8 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Sat, 7 May 2011 16:12:51 -0600 Subject: [PATCH] minor: todo note --- interp/baker/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/interp/baker/__init__.py b/interp/baker/__init__.py index 0d8c5e5..f7016e7 100644 --- a/interp/baker/__init__.py +++ b/interp/baker/__init__.py @@ -100,6 +100,7 @@ def qlinear(X, R): return phis, qlin def get_error(phi, R, S, order = 2): + #TODO: change the equation names in the comments B = [] # baker eq 9 w = [] # baker eq 11