tBuLi / symfit

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

Fixed #159, ODEModels now have __str__ #162

Closed tBuLi closed 6 years ago

tBuLi commented 6 years ago

Made ODEModels printable, and added __str__ as an abstractmethod on BaseModel so it can never be forgotten again.