Skip to content

Commit

Permalink
update all
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Apr 17, 2022
1 parent f4ffb23 commit 5361b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tigerlily.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_embedding(self):

def test_pagerank(self):
"""Test PageRank."""
pr = PersonalizedPageRankMachine("host", "graph", "user", "secret", "pass")
pr = PersonalizedPageRankMachine("host", "graph", "user", "secret", "pass")
assert pr._host == "host"

def test_operators(self):
Expand Down

0 comments on commit 5361b51

Please sign in to comment.