From 114c618335225d6e4d6e325494da48d3b98d8c16 Mon Sep 17 00:00:00 2001 From: Auke Klazema <klazema@astron.nl> Date: Mon, 25 Mar 2019 12:39:53 +0000 Subject: [PATCH] SW-609: Allow long diff on golden output tests --- .../ResourceAssignmentEstimator/test/t_resource_estimator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SAS/ResourceAssignment/ResourceAssignmentEstimator/test/t_resource_estimator.py b/SAS/ResourceAssignment/ResourceAssignmentEstimator/test/t_resource_estimator.py index 8b103328dd3..41726f8ae6b 100755 --- a/SAS/ResourceAssignment/ResourceAssignmentEstimator/test/t_resource_estimator.py +++ b/SAS/ResourceAssignment/ResourceAssignmentEstimator/test/t_resource_estimator.py @@ -41,6 +41,7 @@ class TestEstimationsAgainstGoldenOutput(unittest.TestCase): self.unique_otdb_id = 0 self.data_sets_dir = os.path.join(os.environ.get('srcdir', os.path.dirname(os.path.abspath(__file__))), "data_sets") + self.maxDiff to None # ------------------------------------------------------------------------------------------------------------------ # Test estimation for observations -- GitLab