Inconsistent presence of labels on units
Open
- Dominant language
- Python
- Stars
- 66
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Some of the units we provide have a label, others don't:
```
from scimath.units.power import kilowatt, watt
>>> repr(kilowatt.label)
'None'
>>> watt.label
'watt'
```
This is causing issues if one wants to rely on these labels for serialization of unitted quantities.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.