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

Feature idea: function to check if values lay in domains of transformation #65

Open
scheidan opened this issue Nov 7, 2019 · 1 comment

Comments

@scheidan
Copy link
Contributor

scheidan commented Nov 7, 2019

As an additional feature it would be nice if we could use a transform to check if the provided inputs are legal.

For example

in_domain(t, y)

would return true if all values of y lay in the domains specified by t.

Such a function would make it convenient to check user provided arguments (i.e. model parameters).

Maybe this could be introduced when dealing with #24 or #64.

@tpapp
Copy link
Owner

tpapp commented Nov 8, 2019

Great idea, thanks for suggesting it. I will implement this.

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