-
-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
Description of expected behavior and the observed behavior
When chaining together multiple maps, we shouldn’t eagerly evaluate.
Complete, minimal, self-contained example code that reproduces the issue
In [1]: a = [1,2,3]
In [2]: def f(x):
...: print(x)
...:
In [3]: v = param.rx(a).rx.map(f)
In [4]: v = param.rx(a).rx.map(f).rx.map(f)
1
2
3Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels