Document acceptable error in PROPKA tests.

Addresses
https://github.com/jensengroup/propka-3.1/pull/29#discussion_r424572620
This commit is contained in:
Nathan Baker
2020-05-16 16:49:47 -07:00
parent cddda2f515
commit 9cafb41e06

View File

@@ -7,6 +7,8 @@ import unittest
import logging import logging
# This error tolerance was chosen to make Ubuntu 18.04 pass under Windows
# Subsystem Linux.
ACCEPTABLE_ERROR = 0.001 ACCEPTABLE_ERROR = 0.001