MCPcopy Create free account
hub / github.com/JeremyBYU/polylidar / load_csv

Function load_csv

tests/python/helpers/utils.py:17–18  ·  view source on GitHub ↗
(file, delimeter=',')

Source from the content-addressed store, hash-verified

15 return [points[pi, 0], points[pi, 1]]
16
17def load_csv(file, delimeter=','):
18 return np.loadtxt(path.join(FIXTURES_DIR, file), delimiter=delimeter, dtype=np.float64, skiprows=1)
19
20def load_npy(file):
21 return np.load(path.join(FIXTURES_DIR, file))

Callers 7

building1Function · 0.90
building2Function · 0.90
hardcase1Function · 0.90
np_100K_arrayFunction · 0.90
np_100K_array_3dFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by 5

building1Function · 0.72
building2Function · 0.72
hardcase1Function · 0.72
np_100K_arrayFunction · 0.72
np_100K_array_3dFunction · 0.72