diff --git a/astropy/units/format/vounit.py b/astropy/units/format/vounit.py index 28eba6f5e318..6eda9f6b52a6 100644 --- a/astropy/units/format/vounit.py +++ b/astropy/units/format/vounit.py @@ -43,7 +43,7 @@ def _generate_unit_names(): "solRad", "sr", "T", "u", "V", "voxel", "W", "Wb", "yr", ] # fmt: skip binary_bases = ["bit", "byte", "B"] - simple_units = ["Angstrom", "angstrom", "AU", "au", "Ba", "dB", "mas"] + simple_units = ["Angstrom", "angstrom", "AU", "au", "Ba", "dB", "mas", "Sun"] si_prefixes = [ "y", "z", "a", "f", "p", "n", "u", "m", "c", "d", "", "da", "h", "k", "M", "G", "T", "P", "E", "Z", "Y"