Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RawReport to handle all scientific notation
- Due to error in pyyaml scientific notation floating point numbers without a decimal point are parsed as strings: e.g. "1e+09". - Fix is based on PR: <yaml/pyyaml#174> to the pyyaml project. Change-Id: I5cc4afc0d6eecf204b92ba111185d8cc30dc6c5d Signed-off-by: Christopher M. Cantalupo <christopher.m.cantalupo@intel.com>