From ec69e42abcb81f926f89a1b85f5d719e157d9172 Mon Sep 17 00:00:00 2001 From: Matt Chambers Date: Mon, 16 Oct 2023 11:12:13 -0400 Subject: [PATCH] * bumped tolerance up by 5x --- pwiz_tools/Skyline/Test/EncyclopeDiaHelpersTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwiz_tools/Skyline/Test/EncyclopeDiaHelpersTest.cs b/pwiz_tools/Skyline/Test/EncyclopeDiaHelpersTest.cs index 8ad598b7d7..11d5e4585e 100644 --- a/pwiz_tools/Skyline/Test/EncyclopeDiaHelpersTest.cs +++ b/pwiz_tools/Skyline/Test/EncyclopeDiaHelpersTest.cs @@ -70,7 +70,7 @@ public void TestPrositOutputToEncyclopediaLibraries() string dlibFilepath = TestFilesDir.GetTestPath("pan_human_library_690to705-z3_nce33.dlib"); string elibFilepath = TestFilesDir.GetTestPath("pan_human_library_690to705-z3_nce33.elib"); string elibQuantFilepath = TestFilesDir.GetTestPath("pan_human_library_690to705-z3_nce33-expected-quant-elib.elib"); - var columnTolerances = new Dictionary() { { -1, 0.000001 } }; // Allow some numerical wiggle in any column numerical column ("-1" means all columns) + var columnTolerances = new Dictionary() { { -1, 0.000005 } }; // Allow some numerical wiggle in any column numerical column ("-1" means all columns) IProgressStatus status = new ProgressStatus(); // test prosit output to dlib