From 37866f8014f0660f9cf09c731f9878cb0ea4ac1c Mon Sep 17 00:00:00 2001 From: CarolinePascal Date: Wed, 1 Jul 2026 20:23:56 +0200 Subject: [PATCH] test(rerun): fixing rerun tests --- tests/utils/test_rerun_visualization.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/utils/test_rerun_visualization.py b/tests/utils/test_rerun_visualization.py index e3d205dee..d4c3e6999 100644 --- a/tests/utils/test_rerun_visualization.py +++ b/tests/utils/test_rerun_visualization.py @@ -50,8 +50,9 @@ def mock_rerun(monkeypatch): return self class DummyDepthImage: - def __init__(self, arr, colormap=None): + def __init__(self, arr, meter=None, colormap=None): self.arr = arr + self.meter = meter self.colormap = colormap def dummy_log(key, obj=None, **kwargs):