Skip to content

Commit

Permalink
FixedFlashLFQ test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Sol committed Jan 30, 2025
1 parent 5ebfb70 commit f58301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mzLib/TestFlashLFQ/TestFlashLFQ.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ public static void ProteoformPeakfindingTest()

Assert.That((int)results.PeptideModifiedSequences[sequence].GetIntensity(file1) == 1386491);
ChromatographicPeak peak = results.Peaks[file1].First(p => p.Identifications.First().ModifiedSequence == sequence);
Assert.That(Math.Round(peak.MassError, 3), Is.EqualTo(0.006).Within(0.0001));
Assert.That(Math.Round(peak.MassError, 3), Is.EqualTo(0));
Assert.That(peak.IsotopicEnvelopes.Count == 10);
}

Expand Down

0 comments on commit f58301a

Please sign in to comment.