minor comment edit

This commit is contained in:
Stephen McQuay 2011-05-20 22:11:33 -06:00
parent 5ef402982c
commit 3180a89877
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ def get_error(phi, R, S, order = 2):
A = np.dot(B.T, B)
b = np.dot(B.T, w)
# baker solve eq 10
try:
abc = np.linalg.solve(A,b)
except np.linalg.LinAlgError as e: