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 17fb815 commit ab9a4a9Copy full SHA for ab9a4a9
graphdatascience/tests/unit/procedure_surface/cypher/test_unit_pagerank_cypher_endpoints.py
@@ -351,7 +351,9 @@ def test_write_with_optional_params(graph: Graph) -> None:
351
352
353
def test_estimate_with_graph_name(graph: Graph) -> None:
354
- query_runner = CollectingQueryRunner(DEFAULT_SERVER_VERSION, {"pageRank.stats.estimate": pd.DataFrame([estimate_mock_result()])})
+ query_runner = CollectingQueryRunner(
355
+ DEFAULT_SERVER_VERSION, {"pageRank.stats.estimate": pd.DataFrame([estimate_mock_result()])}
356
+ )
357
358
estimate = PageRankCypherEndpoints(query_runner).estimate(G=graph)
359
0 commit comments