We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790d1d4 commit 0e85f55Copy full SHA for 0e85f55
1 file changed
frites/config.py
@@ -14,7 +14,7 @@
14
# Int and Float types
15
INT_DTYPE = (int, np.int8, np.int16, np.int32, np.int64)
16
FLOAT_DTYPE = (float, np.float16, np.float32, np.float64)
17
-STR_DTYPE = (str, np.string_)
+STR_DTYPE = (str, np.bytes_)
18
CONFIG['INT_DTYPE'] = INT_DTYPE
19
CONFIG['FLOAT_DTYPE'] = FLOAT_DTYPE
20
CONFIG['STR_DTYPE'] = STR_DTYPE
0 commit comments