MCPcopy
hub / github.com/dmlc/dgl / load_old_files

Function load_old_files

tests/python/common/data/test_serialize.py:188–191  ·  view source on GitHub ↗
(files)

Source from the content-addressed store, hash-verified

186
187
188def load_old_files(files):
189 with warnings.catch_warnings():
190 warnings.simplefilter("ignore", category=UserWarning)
191 return dgl.load_graphs(os.path.join(os.path.dirname(__file__), files))
192
193
194def test_load_old_files1():

Callers 2

test_load_old_files1Function · 0.85
test_load_old_files2Function · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected