Skip to content

Commit fd07aa9

Browse files
authored
Merge pull request #2751 from ProteoWizard/Skyline/Bugfix/more-TestPrositOutputToEncyclopediaLibraries-wiggle-room
Relax tolerance in TestPrositOutputToEncyclopediaLibraries
2 parents 85202be + ec69e42 commit fd07aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwiz_tools/Skyline/Test/EncyclopeDiaHelpersTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void TestPrositOutputToEncyclopediaLibraries()
7070
string dlibFilepath = TestFilesDir.GetTestPath("pan_human_library_690to705-z3_nce33.dlib");
7171
string elibFilepath = TestFilesDir.GetTestPath("pan_human_library_690to705-z3_nce33.elib");
7272
string elibQuantFilepath = TestFilesDir.GetTestPath("pan_human_library_690to705-z3_nce33-expected-quant-elib.elib");
73-
var columnTolerances = new Dictionary<int, double>() { { -1, 0.000001 } }; // Allow some numerical wiggle in any column numerical column ("-1" means all columns)
73+
var columnTolerances = new Dictionary<int, double>() { { -1, 0.000005 } }; // Allow some numerical wiggle in any column numerical column ("-1" means all columns)
7474
IProgressStatus status = new ProgressStatus();
7575

7676
// test prosit output to dlib

0 commit comments

Comments
 (0)