Skip to content

Numbers cannot be instantiated using "unit aliases" #16

@withtwoemms

Description

@withtwoemms

As a user
I want to define a Number using a Unit string alias instead of an Enum
So I can have flexibility when declaring calculations

Number(unit=Units.liter, scale=Scale.milli, quantity=2)

would become something like

Number(unit='L', scale=Scale.milli, quantity=2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSome non-critical improvement of a feature; ergonomics

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions