-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Uncertainty is implemented in #78
This will be part of Quantity.
Uncertainty also appears in other contexts. For example, in Ph
"Ph": {
"type": "object",
"additionalProperties": false,
"properties": {
"value": {
"type": "number"
},
"uncertainty": {
"type": "number"
},
"comment": {
"type": "string"
},
"calculation": {
"type": "string"
}
},
"title": "Ph"
},The key calculation could be moved into quantity and pH is transformed into a quantity.
Metadata
Metadata
Assignees
Labels
No labels