tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
235 stars 19 forks source link

Constraint object work with all models now #129

Closed tBuLi closed 7 years ago

tBuLi commented 7 years ago

Apparently constraints didn't work with ODEModel, only with Model. Updated this to allow all children of BaseModel to the party.