Bases: astropy.units.core.IrreducibleUnit
A unit that did not parse correctly. This allows for roundtripping it as a string, but no unit operations actually work on it.
| Parameters: | st : str
|
|---|
Methods Summary
| get_converter(other[, equivalencies]) | |
| get_format_name(format) | |
| is_equivalent(other[, equivalencies]) | |
| is_unity() | |
| to_string([format]) |
Methods Documentation