flaresimulations / synthesizer

Synthesizer - a code for creating synthetic astrophysical observables
https://flaresimulations.github.io/synthesizer/
GNU General Public License v3.0
17 stars 9 forks source link

BUGFIX: Handling empty list attributes in `TableFormatter` #751

Closed WillJRoper closed 1 month ago

WillJRoper commented 1 month ago

Empty list attributes weren't properly handled by the object print helper. They now are.

Closes #749

Issue Type

Checklist

WillJRoper commented 1 month ago

I've also taken the chance to handle properties and private variables properly, actually printing the former (previously they weren't) and ignoring the latter.