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 6b5398d commit fc78a30Copy full SHA for fc78a30
data_generation.py
@@ -5,4 +5,4 @@
5
"../corpus/r252-corpus-features/")
6
7
pickle.dump({'methods_source': methods_source, 'methods_names': methods_names, 'methods_graphs':
8
- methods_graphs}, open('data/methods_tokens_graphs2.pkl', 'wb'))
+ methods_graphs}, open('data/methods_tokens_graphs.pkl', 'wb'))
0 commit comments