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 33aee01 commit ac52db0Copy full SHA for ac52db0
tests/samplers/test_pagerank.py
@@ -34,7 +34,7 @@
34
ROOTS_WITHOUT_URL = ["Alice", "Bob", "Dean"]
35
36
37
-class TestHALKWalker:
+class TestPageRankSampler:
38
@pytest.fixture(scope="session")
39
def setup(self):
40
for i, graph in enumerate([LOOP, LONG_CHAIN]):
0 commit comments