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

Users can't override default values for a signal's parameters until after it has been created #33

Open
colinbdclark opened this issue May 1, 2022 · 0 comments

Comments

@colinbdclark
Copy link
Contributor

Three Signals currently support "parameters" (i.e. modifiable but not non-time-varying values): Value, Accumulate, and Dust.

At the moment, parameters can't by provided by a user at initialization or construction time because they are automatically hard-defaulted within the signal's ```init()`` function. It's only possible to override a parameter's default value afterwards.

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

1 participant