mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 18:26:11 +00:00
test(rerun): fixing rerun tests
This commit is contained in:
@@ -50,8 +50,9 @@ def mock_rerun(monkeypatch):
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
class DummyDepthImage:
|
class DummyDepthImage:
|
||||||
def __init__(self, arr, colormap=None):
|
def __init__(self, arr, meter=None, colormap=None):
|
||||||
self.arr = arr
|
self.arr = arr
|
||||||
|
self.meter = meter
|
||||||
self.colormap = colormap
|
self.colormap = colormap
|
||||||
|
|
||||||
def dummy_log(key, obj=None, **kwargs):
|
def dummy_log(key, obj=None, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user