From 191b8a8d053ac532452f871376612f2a0c79fb61 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 10 Apr 2014 20:40:13 +0200 Subject: [PATCH] Remove string from AnalyzerResult value supported datatype --- timeside/analyzer/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- 2.39.5