Skip to content

Commit

Permalink
ignore deprecation warning for symmetrizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Oct 2, 2024
1 parent 2a78356 commit 43ba0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cugraph/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ filterwarnings =
ignore:This function is deprecated. Batched support for multiple vertices:DeprecationWarning
# Called via dask. Not obviously addressable in cugraph.
ignore:The behavior of array concatenation with empty entries is deprecated:FutureWarning
ignore:This method is deprecated and will no longer be supported. The symmetrization:FutureWarning

0 comments on commit 43ba0cd

Please sign in to comment.