You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably only add units as a possibility for entries of type: number
We should probably also add validation of the value (e.g. "kg", "m/s", "kg*m/", ..) units them self to ensure they are consistent and follow the same structure. I think this will be hard with a regex expression, but we could consider using a Python tool for it and extending the validator for this validation it: https://python-jsonschema.readthedocs.io/en/stable/creating
We are inconsistant or lacking in units documentation. It can be a child (
units
) or part of the description, or neither, in the current formThe text was updated successfully, but these errors were encountered: