MCPcopy Create free account
hub / github.com/Simple-Robotics/Simple / npToTTuple

Function npToTTuple

sandbox/viz_utils.py:156–160  ·  view source on GitHub ↗
(M)

Source from the content-addressed store, hash-verified

154
155
156def npToTTuple(M):
157 L = M.tolist()
158 for i in range(len(L)):
159 L[i] = tuple(L[i])
160 return tuple(L)
161
162
163def npToTuple(M):

Callers 1

npToTupleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected