This commit is contained in:
Stephen McQuay 2011-05-21 08:29:54 -06:00
commit fb79daba36
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: