Skip to content

Commit

Permalink
-S
Browse files Browse the repository at this point in the history
Use cupy.flatiter in test
  • Loading branch information
Matt711 committed Jun 27, 2024
1 parent f3d4e31 commit d750fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf_pandas_tests/test_cudf_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -1541,5 +1541,5 @@ def test_numpy_cupy_flatiter(series):
_, s = series
arr = s.values

assert type(arr.flat._fsproxy_fast) == cp._indexing.iterate.flatiter
assert type(arr.flat._fsproxy_fast) == cp.flatiter
assert type(arr.flat._fsproxy_slow) == np.flatiter

0 comments on commit d750fa6

Please sign in to comment.