Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make report curve units more flexible/optional #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rakhimov
Copy link
Member

Decouple X and Y unit requirements in the curve schema.
This allows mixing values with and without units.
An example case is probability (unitless) vs. time (hours).

With the coupled schema,
both X and Y must or must not have units.
The above example would fail to validate.

Decouple X and Y unit requirements for the curve schema.
This allows mixing values with and without units.
An example case is probability (unitless) vs. time (hours).

With the coupled schema,
both X and Y must or must not have units.
The above example would fail to validate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant