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 59315ac commit 92a162cCopy full SHA for 92a162c
pandas/_testing/asserters.py
@@ -961,9 +961,6 @@ def assert_series_equal(
961
962
# datetimelike may have different objects (e.g. datetime.datetime
963
# vs Timestamp) but will compare equal
964
- # TODO: this works for object-vs-dt64 but not e.g. dt64[ns] vs dt64[us],
965
- # which AFAICT would have been intended at the time
966
- # check_datetimelike_compat was implemented, xref GH#55638
967
if not Index(left._values).equals(Index(right._values)):
968
msg = (
969
f"[datetimelike_compat=True] {left._values} "
0 commit comments