Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
descentis committed Jun 20, 2022
1 parent 13c1be1 commit 40fb36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdap_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
for key,val in num_instances.items():
print(key, val)

editors = knol.get_editors(dir_path='/home/descentis/knolml_dataset/wikipedia_articles', granularity='monthly')
editors = knol.get_editors(dir_path='~/knolml_dataset/wikipedia_articles', granularity='monthly')

print("Displaying the editor names")
for key,val in editors.items():
Expand Down

0 comments on commit 40fb36a

Please sign in to comment.