-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
2 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters