Skip to content

Commit

Permalink
Update test_cudf_pandas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Feb 24, 2025
1 parent c254189 commit cbe49fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cudf/cudf_pandas_tests/test_cudf_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -2072,4 +2072,5 @@ def test_pickle_round_trip_proxy_numpy_array(array):

np.testing.assert_equal(
pickle.load(pickled_proxy_arr), pickle.load(pickled_arr)
)
)

0 comments on commit cbe49fa

Please sign in to comment.