Skip to content

Commit 684e76d

Browse files
committed
Update test to reflect the new pka values
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@9463 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 1fd8e79 commit 684e76d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

biojava3-aa-prop/src/test/java/org/biojava3/aaproperties/PeptidePropertiesImplTester.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ public void testIsoelectricPointInnovagen(){
248248
* Test for Innovagen
249249
*/
250250
//http://www.innovagen.se/custom-peptide-synthesis/peptide-property-calculator/peptide-property-calculator.asp
251-
assertEquals(8.6, Utils.roundToDecimals(PeptideProperties.getIsoelectricPoint(sequence, false), 1));
252-
assertEquals(7.0, Utils.roundToDecimals(PeptideProperties.getIsoelectricPoint(fullInvalidSequence, false), 1));
251+
assertEquals(9.01, Utils.roundToDecimals(PeptideProperties.getIsoelectricPoint(sequence, false), 2));
252+
assertEquals(7.00, Utils.roundToDecimals(PeptideProperties.getIsoelectricPoint(fullInvalidSequence, false), 2));
253253

254-
assertEquals(2.8, Utils.roundToDecimals(PeptideProperties.getIsoelectricPoint("ACCACAAADADADACA", false), 1));
254+
assertEquals(2.70, Utils.roundToDecimals(PeptideProperties.getIsoelectricPoint("ACCACAAADADADACA", false), 2));
255255
}
256256

257257
@Test

0 commit comments

Comments
 (0)