Skip to content

Commit 87cdfde

Browse files
authored
rebuild docs
1 parent 3cde870 commit 87cdfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ExampleUseDoc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Load data
4949
Load data from Bean et al (https://github.com/KHP-Informatics/ADR-
5050
graph):
5151

52-
ep.CSV_to_graph('data.csv', header=True, srcNameCol=0, srcTypeCol=1, tgtNameCol=4, tgtTypeCol=3, edgeTypeCol=2)
52+
ep.CSV_to_graph(fname = 'data/data.csv', header = True, srcNameCol = 0, srcTypeCol = 1, tgtNameCol = 4, tgtTypeCol = 3, edgeTypeCol = 2)
5353

5454

5555
Prepare to run prediction algorithm

0 commit comments

Comments
 (0)