tBuLi / symfit

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

Models don't have a __repr__ method #304

Open pckroon opened 4 years ago

pckroon commented 4 years ago

Models currently don't have a repr method, which makes debugging needlessly difficult in some cases. See e.g. https://travis-ci.org/github/tBuLi/symfit/jobs/702160446#L329

antonykamp commented 3 years ago

Apparently, only ModelOutput has a __repr__ function.