def test_Fab_molecular_weight_2(self): fab = Fab(heavy_chain=self.heavy_chain, light_chain=self.light_chain, load=False) self.assertAlmostEqual(fab.molecular_weight(monoisotopic=True), 31823.98309999999)
def test_Fab_molecular_weight_1(self): fab = Fab(heavy_chain=self.heavy_chain, light_chain=self.light_chain, load=False) self.assertAlmostEqual(fab.molecular_weight(monoisotopic=False), 31804.522078999988)