symfit
symfit copied to clipboard
Models don't have a __repr__ method
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
Apparently, only ModelOutput
has a __repr__
function.