MCPcopy Create free account
hub / github.com/chaoshangcs/GTS / load_graph_data

Function load_graph_data

lib/utils.py:217–219  ·  view source on GitHub ↗
(pkl_filename)

Source from the content-addressed store, hash-verified

215'''
216
217def load_graph_data(pkl_filename):
218 sensor_ids, sensor_id_to_ind, adj_mx = load_pickle(pkl_filename)
219 return sensor_ids, sensor_id_to_ind, adj_mx
220
221
222def load_pickle(pickle_file):

Callers

nothing calls this directly

Calls 1

load_pickleFunction · 0.85

Tested by

no test coverage detected