You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate type-tests for all combinations of datetime64[{None, int, datetime, date, <default>}] and timedelta64[{None, int, timedeta, <default>}] for each of the relevant binary operators.
So e,g, one of them will verify that timedelta64[None].__add__(datetime64) -> datetime64[None]
The text was updated successfully, but these errors were encountered:
Generate type-tests for all combinations of
datetime64[{None, int, datetime, date, <default>}]
andtimedelta64[{None, int, timedeta, <default>}]
for each of the relevant binary operators.So e,g, one of them will verify that
timedelta64[None].__add__(datetime64) -> datetime64[None]
The text was updated successfully, but these errors were encountered: