Closed copybara-service[bot] closed 2 months ago
more robust tests
These tests are often failing due to floating point precision differences. according to https://docs.python.org/3/library/doctest.html#warnings its safer to print floats in doctests. Lets see if that solves some of these issues
more robust tests
These tests are often failing due to floating point precision differences. according to https://docs.python.org/3/library/doctest.html#warnings its safer to print floats in doctests. Lets see if that solves some of these issues