* Bug fixes and documentation update.

This commit is contained in:
Wirawan Purwanto
2015-05-28 17:20:34 -04:00
parent 56b5d9ed05
commit 78c638a371
4 changed files with 12 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ For use with OO-style x-y curve fitting interface.
"""
import numpy
from wpylib.math.fitting import fit_func_base
class FermiDirac_fit_func(fit_func_base):