Skip to content

Commit 525ecc8

Browse files
committed
revert no-longer-necessary
1 parent 3ca8632 commit 525ecc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/_testing/asserters.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -967,9 +967,6 @@ def assert_series_equal(
967967

968968
# datetimelike may have different objects (e.g. datetime.datetime
969969
# vs Timestamp) but will compare equal
970-
# TODO: this works for object-vs-dt64 but not e.g. dt64[ns] vs dt64[us],
971-
# which AFAICT would have been intended at the time
972-
# check_datetimelike_compat was implemented, xref GH#55638
973970
if not Index(left._values).equals(Index(right._values)):
974971
msg = (
975972
f"[datetimelike_compat=True] {left._values} "

0 commit comments

Comments
 (0)