The following line will fail if x is a float, since it has no __len__ https://github.com/threeML/astromodels/blob/45a91c08ede163ce1ce25768c2447814f3485e15/astromodels/sources/point_source.py#L242
The following line will fail if x is a float, since it has no len
astromodels/astromodels/sources/point_source.py
Line 242 in 45a91c0