MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / norm

Function norm

scripts/routed_benchmark.py:203–204  ·  view source on GitHub ↗
(series)

Source from the content-addressed store, hash-verified

201 print("```")
202
203 def norm(series):
204 return series / series.iloc[0]
205
206 check = df.distance.groupby(["url"], sort=False).agg(["std"])
207 print(check[check["std"] > 0])

Callers 1

reportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected