]> git.parisson.com Git - timeside.git/commitdiff
./tests/test_AnalyzerResult.py: comment out float16, not implemented in numpy <= 1.4
authorPaul Brossier <piem@piem.org>
Mon, 15 Apr 2013 19:43:01 +0000 (14:43 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 15 Apr 2013 19:43:01 +0000 (14:43 -0500)
tests/test_AnalyzerResult.py

index 94f953d356df5bcb2f9ee448a263f722fd71eed3..510fe675d8f2405292d2898765d8ce6482b35afe 100755 (executable)
@@ -71,7 +71,7 @@ class TestAnalyzerResult(TestCase):
 good_numpy_data_types = [
     'float64',
     'float32',
-    'float16',
+#    'float16',
     'int64',
     'int16',
     'int32',