FireDynamics / fdsreader

Python reader for FDS data
GNU General Public License v3.0
47 stars 20 forks source link

Add __str__ for all classes #10

Closed JanVogelsang closed 3 years ago

JanVogelsang commented 3 years ago

To make it easier to work with all custom fdsreader classes (like Slice, Isosurface, etc.) in interactive environments (like jupyter notebooks), a string representation should be added to all classes.