MCPcopy Create free account
hub / github.com/MrNothing/AI-Blocks / getTestBatch

Function getTestBatch

Sources/scripts/csv_loader.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 return [x, y]
54
55def getTestBatch(self):
56 return self.getNextBatch()
57
58def getRandomIndex(self):
59 rand_start = rand.uniform(0, 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected