We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an additional feature it would be nice if we could use a transform to check if the provided inputs are legal.
transform
For example
in_domain(t, y)
would return true if all values of y lay in the domains specified by t.
y
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.
The text was updated successfully, but these errors were encountered:
Great idea, thanks for suggesting it. I will implement this.
Sorry, something went wrong.
No branches or pull requests
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 byt
.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.
The text was updated successfully, but these errors were encountered: