-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Add unit validations for Inputs using a Unit model.
- Change the unit field of the input from a string to a model
- For now the unit will have only one string attribute that will be validated by a constant list of all supported unit types. We do not care for conversions for now.
- The
Unitshould have ato_sorto_stringmethod that will return the unit in human readable string format (check conventions in Python)