got rid of silly print statement
This commit is contained in:
parent
1b91fbcfca
commit
4f50e91f8e
@ -98,7 +98,6 @@ def qlinear(X, R):
|
|||||||
return phis, qlin
|
return phis, qlin
|
||||||
|
|
||||||
def get_error(phi, R, S, order = 2):
|
def get_error(phi, R, S, order = 2):
|
||||||
print "asdf"
|
|
||||||
B = [] # baker eq 9
|
B = [] # baker eq 9
|
||||||
w = [] # baker eq 11
|
w = [] # baker eq 11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user