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 c1690df commit c5c14ddCopy full SHA for c5c14dd
graphdatascience/tests/integration/test_graph_ops.py
@@ -748,9 +748,9 @@ def test_graph_relationships_stream_without_arrow(gds_without_arrow: GraphDataSc
748
749
# Pandas 2.2.0 deprecated an API used by the following assertion (in the underlying impl of pandas)
750
warnings.filterwarnings(
751
- "ignore",
752
- category=DeprecationWarning,
753
- message=r"Passing a BlockManager to DataFrame is deprecated",
+ "ignore",
+ category=DeprecationWarning,
+ message=r"Passing a BlockManager to DataFrame is deprecated",
754
)
755
756
assert result.shape[0] == expected.shape[0]
0 commit comments