MAINT: Fail fast on unsupported dtypes.

This commit is contained in:
Scott Sanderson
2016-02-12 21:23:47 -05:00
parent 3cfc22ed77
commit 0115cdc46c
6 changed files with 106 additions and 44 deletions
+3
View File
@@ -15,11 +15,14 @@ from toolz import flip
uint8_dtype = dtype('uint8')
bool_dtype = dtype('bool')
int64_dtype = dtype('int64')
float32_dtype = dtype('float32')
float64_dtype = dtype('float64')
complex128_dtype = dtype('complex128')
datetime64D_dtype = dtype('datetime64[D]')
datetime64ns_dtype = dtype('datetime64[ns]')