mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
MAINT: Fail fast on unsupported dtypes.
This commit is contained in:
@@ -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]')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user