From 44165298dd85d71edea5f7904db63fe2bb131dd2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 15 Apr 2013 17:24:17 +0200 Subject: [PATCH] no float16 for the moment --- timeside/analyzer/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/analyzer/core.py b/timeside/analyzer/core.py index e43b28a..a0a1635 100644 --- a/timeside/analyzer/core.py +++ b/timeside/analyzer/core.py @@ -25,7 +25,7 @@ numpy_data_types = [ #'float128', 'float64', 'float32', - 'float16', + # 'float16', 'int64', 'int16', 'int32', -- 2.39.5