removed redundant implementations of fit functions (hav-neg, conductiviety, etc.)
This commit is contained in:
@ -54,7 +54,7 @@ class HavNegCmplx(Function):
|
||||
self.set_num_paramters(4)
|
||||
|
||||
|
||||
def hn(x, p):
|
||||
def hn(p, x):
|
||||
om = 2*np.pi*x
|
||||
#hn = om*1j
|
||||
eps, t, a, b = p
|
||||
|
Reference in New Issue
Block a user