In the case of a composite catalog, gc.list_all_quantities(include_native=True) returns a list of tuples or simple string, in the latter case the loop over quantities affected by this PR would fail. So here is a small fix that simply reuses the same code as in SEDFitter.py
In the case of a composite catalog,
gc.list_all_quantities(include_native=True)
returns a list of tuples or simple string, in the latter case the loop over quantities affected by this PR would fail. So here is a small fix that simply reuses the same code as in SEDFitter.py