]> git.parisson.com Git - timeside.git/commit
refactor(AnalyzerResult): remove `y_unit` field in data_object
authorThomas Fillon <thomas@parisson.com>
Tue, 24 Jun 2014 18:59:54 +0000 (20:59 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 24 Jun 2014 18:59:54 +0000 (20:59 +0200)
commitffea475ecde4391eeb7329e3389c3c0bdf54564c
tree6fc1fc72692ad7b2e14a9b6f11427c672f2e4ecf
parent4a913580b3fc3367769ba67601865e2309564245
refactor(AnalyzerResult): remove `y_unit` field in data_object

This field need to be handle properly for serialization and it may be grouped with other related field in a metadata_object inside data_object.
doc/source/tutorial/AnalyzerResult.rst
doc/source/tutorial/quick_start.rst
tests/test_AnalyzerResult_factory.py
tests/test_graphers_render_analyzers.py
timeside/analyzer/core.py
timeside/analyzer/spectrogram.py