MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / test_preprocess

Method test_preprocess

python/graphvite/dataset.py:598–600  ·  view source on GitHub ↗
(self, save_file)

Source from the content-addressed store, hash-verified

596 self.generate_math(save_file, num_triplet=1000)
597
598 def test_preprocess(self, save_file):
599 np.random.seed(1025)
600 self.generate_math(save_file, num_triplet=1000)
601
602 def generate_math(self, save_file, num_triplet):
603 with open(save_file, "w") as fout:

Callers

nothing calls this directly

Calls 1

generate_mathMethod · 0.95

Tested by

no test coverage detected