Interaction between dynamic parameters and watching
Open
component: depends/watch
component: dynamic values
status: discussion
type-feature
- Dominant language
- Python
- Stars
- 521
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 35
Description
I don't know when this might come up in a real application, but I don't think the watching mechanism is currently hooked up to work with dynamic parameters (e.g numbergen).
If I remember correctly, dynamic generates values every time you inspect a parameter (i.e `__getattr__`) while watch checks for when the parameter is explicitly changed. I haven't checked, but I don't think that watch is triggered every time a dynamic value is generated (which to be consistent, I think it should)
Contributor guide
Assessment
This issue has not been assessed yet.