Navigation Menu

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

Add bounds check for continuous types #25

Closed
micahjohnson150 opened this issue Aug 22, 2019 · 0 comments
Closed

Add bounds check for continuous types #25

micahjohnson150 opened this issue Aug 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@micahjohnson150
Copy link
Collaborator

  • inicheck version: 0.4.2

It would be nice to instruct users that their value cannot exceed certain limits.

e.g. users must choose an azimuth so we demand a number between 0-360

or e.g users should enter a max albedo which would have to be 0-1

The approach might be add two new fields to the masterconfig for min max, assume none and none. In the check config function we could just look for it.

@micahjohnson150 micahjohnson150 self-assigned this Aug 22, 2019
@micahjohnson150 micahjohnson150 added the enhancement New feature or request label Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant