Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH:
WriteParameterFile
write floating points without rounding errors
For numeric parameter values, `ParameterObject::WriteParameterFile` did an unnecessary conversion from string to `float` and back, before writing the value to file, which potentially introduced rounding errors, as well as overly verbose string representations of floating point numbers. These are avoided now, by internally using the lossless `Conversion::ParameterMapToString` helper function.
- Loading branch information