Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ average
Function
average
benchmarks/src/postprocessing/common.py:79–82 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
77
78
79
def
average(data) -> float:
80
if
not data:
81
return
np.nan
82
return
sum(data) / float(len(data))
83
84
85
def
pd_print_all():
Callers
4
render_node_per_cpu_pct_utilization
Function · 0.85
render_global_resource_usage
Function · 0.85
get_process_aggregated_stats
Function · 0.85
render_benchmark
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected