-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Description
Describe the bug
Since 0.16 changing the zoom aggregation has no effect.
To Reproduce
import rerun as rr
import random
rr.init("scalar", spawn=True)
for i in range(100000):
rr.set_time_seconds("time", i * 0.01)
rr.log("scalar", rr.Scalar(random.random()))
Try to change zoom aggregation in viewer.
Rerun version
rerun-cli 0.16.1 [rustc 1.76.0 (07dca489a 2024-02-04), LLVM 17.0.6] x86_64-unknown-linux-gnu 6447/merge d24e449, built 2024-05-29T15:06:39Z
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🪳 bugSomething isn't workingSomething isn't working