Skip to content

Commit 53079ec

Browse files
authoredMay 12, 2022
Update README.md
1 parent e2ac543 commit 53079ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Its edge list is given as
5757
We can use
5858
```python-console
5959
>>> from torch_ppr import page_rank
60-
>>> page_rank(edge_index)
60+
>>> page_rank(edge_index=edge_index)
6161
tensor([0.1269, 0.3694, 0.2486, 0.1269, 0.1281])
6262
```
6363
to calculate the page rank, i.e., a measure of global importance.

0 commit comments

Comments
 (0)