diff --git a/Tests/pkacalc_test.py b/Tests/pkacalc_test.py index 05d107b..8fd4e37 100644 --- a/Tests/pkacalc_test.py +++ b/Tests/pkacalc_test.py @@ -7,6 +7,8 @@ import unittest import logging +# This error tolerance was chosen to make Ubuntu 18.04 pass under Windows +# Subsystem Linux. ACCEPTABLE_ERROR = 0.001