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 3ca8632 commit 525ecc8Copy full SHA for 525ecc8
pandas/_testing/asserters.py
@@ -967,9 +967,6 @@ def assert_series_equal(
967
968
# datetimelike may have different objects (e.g. datetime.datetime
969
# 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
973
if not Index(left._values).equals(Index(right._values)):
974
msg = (
975
f"[datetimelike_compat=True] {left._values} "
0 commit comments