symfit icon indicating copy to clipboard operation
symfit copied to clipboard

Models don't have a __repr__ method

Open pckroon opened this issue 4 years ago • 1 comments

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

pckroon avatar Jun 26 '20 09:06 pckroon

Apparently, only ModelOutput has a __repr__ function.

antonykamp avatar Mar 26 '21 13:03 antonykamp