We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94ca56 commit 0d82fb3Copy full SHA for 0d82fb3
data_extraction.py
@@ -19,7 +19,7 @@ def get_dataset_from_dir(dir="../corpus/r252-corpus-features/"):
19
20
# proto_files = [Path("../features-javac-master/Test.java.proto")]
21
22
- for i, file in enumerate(proto_files[:100]):
+ for i, file in enumerate(proto_files):
23
# nx_graph = get_nx_graph(file)
24
# if i % 100 == 0:
25
print("Extracting data from file {}".format(i+1))
0 commit comments