MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / load_data_from_files

Function load_data_from_files

deps/memkind/src/test/draw_plots.py:122–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 print "Saved file %s" % filename
121
122def load_data_from_files():
123 data = []
124 # load all files into data
125 for f in files:
126 assert os.path.isfile(f) is True
127 data.append(np.loadtxt(f, comments='#'))
128 return data
129
130def set_bar_width_and_offsets(requested_width):
131 bar_width = requested_width

Callers 1

draw_plots.pyFile · 0.85

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected