Skip to content

Commit

Permalink
Replace deprecated cupy.sparse with cupyx.scipy.sparse (#4381)
Browse files Browse the repository at this point in the history
Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)

URL: #4381
  • Loading branch information
mroeschke authored May 11, 2024
1 parent 08e7c91 commit 7d1c3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cugraph/cugraph/tests/generators/test_rmat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Copyright (c) 2021-2024, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand All @@ -17,7 +17,7 @@
import cudf
import cugraph
from cugraph.generators import rmat
from cupy.sparse import coo_matrix, triu, tril
from cupyx.scipy.sparse import coo_matrix, triu, tril
import numpy as np
import cupy as cp

Expand Down

0 comments on commit 7d1c3b2

Please sign in to comment.