We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e7c91 commit 7d1c3b2Copy full SHA for 7d1c3b2
python/cugraph/cugraph/tests/generators/test_rmat.py
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2021-2023, NVIDIA CORPORATION.
+# Copyright (c) 2021-2024, NVIDIA CORPORATION.
2
# Licensed under the Apache License, Version 2.0 (the "License");
3
# you may not use this file except in compliance with the License.
4
# You may obtain a copy of the License at
@@ -17,7 +17,7 @@
17
import cudf
18
import cugraph
19
from cugraph.generators import rmat
20
-from cupy.sparse import coo_matrix, triu, tril
+from cupyx.scipy.sparse import coo_matrix, triu, tril
21
import numpy as np
22
import cupy as cp
23
0 commit comments