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

Method process

python/dgl/data/qm7b.py:88–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 )
87
88 def process(self):
89 mat_path = os.path.join(self.raw_dir, self.name + ".mat")
90 self.graphs, self.label = self._load_graph(mat_path)
91
92 def _load_graph(self, filename):
93 data = io.loadmat(filename)

Callers

nothing calls this directly

Calls 2

_load_graphMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected