Skip to content

Patched DataQualityFlag.round() to preserve type

This PR modifies DataQualityFlag.round() to preserve the type of the numbers contained within each segment list. For python3, the math.floor and math.ceil return Integral types, rather than floats, meaning type was being lost.

Merge request reports