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
* Fix maybe_promote
With tests for every possible dtype:
(numpy docs say `biufcmMOSUV` only)
```
for letter in string.ascii_letters:
try:
print(letter, np.dtype(letter))
except TypeError as exc:
pass
```
* Check issubdtype of floating before timedelta64
In order to hit this branch more often
* Improve maybe_promote test
0 commit comments