We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85202be + ec69e42 commit fd07aa9Copy full SHA for fd07aa9
pwiz_tools/Skyline/Test/EncyclopeDiaHelpersTest.cs
@@ -70,7 +70,7 @@ public void TestPrositOutputToEncyclopediaLibraries()
70
string dlibFilepath = TestFilesDir.GetTestPath("pan_human_library_690to705-z3_nce33.dlib");
71
string elibFilepath = TestFilesDir.GetTestPath("pan_human_library_690to705-z3_nce33.elib");
72
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)
+ var columnTolerances = new Dictionary<int, double>() { { -1, 0.000005 } }; // Allow some numerical wiggle in any column numerical column ("-1" means all columns)
74
IProgressStatus status = new ProgressStatus();
75
76
// test prosit output to dlib
0 commit comments