Thanks to @pmendes for reporting this bug to me. The emit_time was showing some floating point rounding errors, which were not corrected by global_time_precision. This fix checks for global_time_precision and corrects the emit_time accordingly
By creating this pull request, I agree to the Contributor License
Agreement, which is available in CLA.md at the top level of this
repository.
Thanks to @pmendes for reporting this bug to me. The
emit_time
was showing some floating point rounding errors, which were not corrected byglobal_time_precision
. This fix checks forglobal_time_precision
and corrects theemit_time
accordinglyBy creating this pull request, I agree to the Contributor License Agreement, which is available in
CLA.md
at the top level of this repository.