]> git.parisson.com Git - timeside.git/commit
Another solution to fix container json serializer to return non numpyarray data
authorThomas Fillon <thomas@parisson.com>
Tue, 29 Apr 2014 08:12:30 +0000 (10:12 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 29 Apr 2014 08:12:30 +0000 (10:12 +0200)
commit11807d66ff7483031b3258bb7168d71d917651f8
tree209dfbc7cbfd533e168fc3d692d3d94c244d771a
parente088d05d5995a8d3eca46d81dbdaa9e782f23f51
Another solution to fix container json serializer to return non numpyarray data

This commit follow and ammend 3d42e56d0da85a1e1 .
The JSON serializer will handle simple numpy data type as number and boolean and will simply convert them to native python type. For such type there is no need to preserve the numpy dtype like it is the case with numpy arrays.
timeside/analyzer/core.py