MCPcopy Create free account
hub / github.com/Kitware/COAT / test

Function test

utils/km.py:137–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136
137def test():
138 values = []
139 random.seed(0)
140 for i in range(500):
141 for j in range(1000):
142 value = random.random()
143 values.append((i, j, value))
144
145 return run_kuhn_munkres(values)
146
147
148if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

run_kuhn_munkresFunction · 0.85

Tested by

no test coverage detected