removed redundant implementations of fit functions (hav-neg, conductiviety, etc.)

This commit is contained in:
2015-01-08 16:56:44 +01:00
parent 37cc6b3359
commit c7a258aa1d
2 changed files with 6 additions and 24 deletions

View File

@ -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