We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8604fa commit 1f72bc3Copy full SHA for 1f72bc3
pandas/tests/dtypes/cast/test_construct_ndarray.py
@@ -67,5 +67,5 @@ def test_construct_1d_ndarray_preserving_na_datetimelike(dtype):
67
],
68
)
69
def test_sanitize_masked_array_with_masked_ea(values, dtype, expected):
70
- result = sanitize_array(values, dtype=dtype)
+ result = sanitize_array(values, index=None, type=dtype)
71
tm.assert_numpy_array_equal(result, expected)
0 commit comments