Skip to content

Uncertainity #80

@DunklesArchipel

Description

@DunklesArchipel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions