MCPcopy Index your code
hub / github.com/GGA23/GrokFormer / parse_index_file

Function parse_index_file

preprocess_node_data.py:84–89  ·  view source on GitHub ↗

Parse index file.

(filename)

Source from the content-addressed store, hash-verified

82 e, u = eigh(g)
83 return e, u
84def parse_index_file(filename):
85 """Parse index file."""
86 index = []
87 for line in open(filename):
88 index.append(int(line.strip()))
89 return index
90
91
92def feature_normalize(x):

Callers 1

load_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected