MCPcopy Create free account
hub / github.com/Monalissaa/DisenDiff / DummyController

Class DummyController

src/ptp_utils.py:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 return forward
210
211 class DummyController:
212
213 def __call__(self, *args):
214 return args[0]
215
216 def __init__(self):
217 self.num_att_layers = 0
218
219 if controller is None:
220 controller = DummyController()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected