Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_series.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Roeschke <[email protected]>
  • Loading branch information
galipremsagar and mroeschke authored Jan 13, 2025
1 parent 20d2a7f commit 7748ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3005,7 +3005,7 @@ def test_dtype_dtypes_equal():
assert ser.dtypes is ser.to_pandas().dtypes


def test_series_ensure_float_dtype():
def test_null_like_to_nan_pandas_compat():
with cudf.option_context("mode.pandas_compatible", True):
ser = cudf.Series([1, 2, np.nan, 10, None])
pser = pd.Series([1, 2, np.nan, 10, None])
Expand Down

0 comments on commit 7748ebf

Please sign in to comment.