arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

Callable adapter could support inputs #151

Open arvoelke opened 5 years ago

arvoelke commented 5 years ago

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.