Closed maxnoe closed 1 week ago
Please describe the use case that requires this feature.
The Reference metadata objects currently do not have reprs:
(Pdb) str(inputs[0]["reference_meta"].product) '<ctapipe.io.metadata.Product object at 0x7f82685366d0>'
Describe the solution you'd like Add reprs
Some have reprs, but it is not consistent. Could just use the _to_dict(self) helper function in that module as a general way.
_to_dict(self)
Please describe the use case that requires this feature.
The Reference metadata objects currently do not have reprs:
Describe the solution you'd like Add reprs