merge
This commit is contained in:
commit
fb79daba36
@ -129,7 +129,6 @@ def get_error(phi, R, S, order = 2):
|
|||||||
A = np.dot(B.T, B)
|
A = np.dot(B.T, B)
|
||||||
b = np.dot(B.T, w)
|
b = np.dot(B.T, w)
|
||||||
|
|
||||||
# baker solve eq 10
|
|
||||||
try:
|
try:
|
||||||
abc = np.linalg.solve(A,b)
|
abc = np.linalg.solve(A,b)
|
||||||
except np.linalg.LinAlgError as e:
|
except np.linalg.LinAlgError as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user