We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae7a91 commit b98f7edCopy full SHA for b98f7ed
pandas/tests/arithmetic/test_datetime64.py
@@ -2342,4 +2342,3 @@ def test_to_numpy_alias():
2342
# GH 24653: alias .to_numpy() for scalars
2343
ts = pd.Timestamp(datetime.now())
2344
assert ts.to_datetime64() == ts.to_numpy()
2345
-
0 commit comments