FitModel somehow extends a class from lmfit without actually being derived from it. Lots of methods are dynamically defined which makes the code somehow badly readable and the linter go nuts (for good reason).
If possible FitModel should be inherited from lmfit.Model
FitModel
somehow extends a class from lmfit without actually being derived from it. Lots of methods are dynamically defined which makes the code somehow badly readable and the linter go nuts (for good reason).If possible
FitModel
should be inherited fromlmfit.Model