EPFL-Center-for-Imaging / splinebox

A python package for fitting splines.
BSD 3-Clause "New" or "Revised" License
14 stars 0 forks source link

Make objects printable #26

Closed faymanns closed 1 month ago

faymanns commented 1 month ago

We should add __str__ and __repr__ to all classes.

edwardando commented 1 month ago

Good point, there could be some very elegant ways to print the splines ;)

faymanns commented 1 month ago

Implemented in #27