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

Callable adapter could support inputs #151

Open
arvoelke opened this issue Aug 16, 2018 · 0 comments
Open

Callable adapter could support inputs #151

arvoelke opened this issue Aug 16, 2018 · 0 comments

Comments

@arvoelke
Copy link
Owner

arvoelke commented Aug 16, 2018

Currently the callable adapter assumes the function has the form f(t) and throws an error if you try to apply some input to the resulting process. However, it could also allow for functions of the form f(t, u) in which case apply would route the input to u.

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

No branches or pull requests

1 participant