From: Paul Brossier Date: Mon, 15 Apr 2013 19:43:01 +0000 (-0500) Subject: ./tests/test_AnalyzerResult.py: comment out float16, not implemented in numpy <= 1.4 X-Git-Tag: 0.5.0~115^2~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=41e4c92584cd42e86e198f274a9d2d5a16084e13;p=timeside.git ./tests/test_AnalyzerResult.py: comment out float16, not implemented in numpy <= 1.4 --- diff --git a/tests/test_AnalyzerResult.py b/tests/test_AnalyzerResult.py index 94f953d..510fe67 100755 --- a/tests/test_AnalyzerResult.py +++ b/tests/test_AnalyzerResult.py @@ -71,7 +71,7 @@ class TestAnalyzerResult(TestCase): good_numpy_data_types = [ 'float64', 'float32', - 'float16', +# 'float16', 'int64', 'int16', 'int32',