tBuLi / symfit

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

The constraint example in the README suffered from a long time bug #164

Closed tBuLi closed 6 years ago

tBuLi commented 6 years ago

The constraint example in the README suffered from a long time bug when used as is, without naming the dependent_variable. Solved by using an automatically generated Variable instead of a Dummy symbol.