Skip to content

Commit

Permalink
Merge pull request #2751 from ProteoWizard/Skyline/Bugfix/more-TestPr…
Browse files Browse the repository at this point in the history
…ositOutputToEncyclopediaLibraries-wiggle-room

Relax tolerance in TestPrositOutputToEncyclopediaLibraries
  • Loading branch information
chambm authored Oct 16, 2023
2 parents 85202be + ec69e42 commit fd07aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwiz_tools/Skyline/Test/EncyclopeDiaHelpersTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<int, double>() { { -1, 0.000001 } }; // Allow some numerical wiggle in any column numerical column ("-1" means all columns)
var columnTolerances = new Dictionary<int, double>() { { -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
Expand Down

0 comments on commit fd07aa9

Please sign in to comment.