MCPcopy Create free account
hub / github.com/FreeformRobotics/OTS / __init__

Method __init__

dataset.py:259–260  ·  view source on GitHub ↗
(self, odgt, opt, **kwargs)

Source from the content-addressed store, hash-verified

257
258class TestDataset(BaseDataset):
259 def __init__(self, odgt, opt, **kwargs):
260 super(TestDataset, self).__init__(odgt, opt, **kwargs)
261
262 def __getitem__(self, index):
263 this_record = self.list_sample[index]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected