Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeformRobotics/OTS
/ average
Method
average
utils.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
return
self.val
63
64
def
average(self):
65
return
self.avg
66
67
68
def
unique(ar, return_index=False, return_inverse=False, return_counts=False):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected