]> git.parisson.com Git - timeside.git/commitdiff
Remove string from AnalyzerResult value supported datatype
authorThomas Fillon <thomas@parisson.com>
Thu, 10 Apr 2014 18:40:13 +0000 (20:40 +0200)
committerThomas Fillon <thomas@parisson.com>
Thu, 10 Apr 2014 18:40:13 +0000 (20:40 +0200)
timeside/analyzer/core.py

index 6ba2b902d9671ed722752d739a304062c141f822..a88c65977b7b33121c346c9baa5f65bed6287d51 100644 (file)
@@ -54,8 +54,9 @@ numpy_data_types = [
     'uint32',
     'uint16',
     'uint8',
+    #'unicode_', Strings should be handled through label_metadata
+    #'string_',
     'object_',
-    'string_',
     'longlong',
     #'timedelta64',
     #'datetime64',