From: Thomas Fillon Date: Thu, 10 Apr 2014 18:40:13 +0000 (+0200) Subject: Remove string from AnalyzerResult value supported datatype X-Git-Tag: 0.5.5~1^2~38^2~56 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=191b8a8d053ac532452f871376612f2a0c79fb61;p=timeside.git Remove string from AnalyzerResult value supported datatype --- diff --git a/timeside/analyzer/core.py b/timeside/analyzer/core.py index 6ba2b90..a88c659 100644 --- a/timeside/analyzer/core.py +++ b/timeside/analyzer/core.py @@ -54,8 +54,9 @@ numpy_data_types = [ 'uint32', 'uint16', 'uint8', + #'unicode_', Strings should be handled through label_metadata + #'string_', 'object_', - 'string_', 'longlong', #'timedelta64', #'datetime64',