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

initial patterns don't check for units #3

Open
lgwagner opened this issue Aug 15, 2014 · 1 comment
Open

initial patterns don't check for units #3

lgwagner opened this issue Aug 15, 2014 · 1 comment

Comments

@lgwagner
Copy link
Collaborator

a01 = initial :: water_lvl == 0.0 m;    
a02 = global :: always water_lvl >= 0.0 m;

if water_lvl is of unit m the second requirement a02 throws a validation error, but the a01 requirement does not throw a validation error when the units are missing on the value.

@AFifarek
Copy link
Owner

AFifarek commented May 5, 2015

The last time I looked the unit type checking is not functioning. We will have to look into this and figure out what is going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants