]> git.parisson.com Git - timeside.git/commit
Fix some bad unicode support when exported to h5py
authorThomas Fillon <thomas@parisson.com>
Tue, 29 Apr 2014 13:00:57 +0000 (15:00 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 29 Apr 2014 13:00:57 +0000 (15:00 +0200)
commitd7528ebe472131b9df45c5b9b249f567e144ddb0
treea537891d7d630608a3dc54f1aede312b94369ca7
parenta90c4162a8c5d9c14735d39d4973b103b0f5e5c9
Fix some bad unicode support when exported to h5py

In server mode there was a TypeError raise by h5py on some unicode
TypeError: No conversion path for dtype: dtype('<U*')
see https://github.com/h5py/h5py/issues/289

This commit in a temporary work-around until h5py get fixed
timeside/analyzer/h5tools.py
timeside/decoder/file.py