Enabled test of isothermalCompressibility

This test now passes as a result of merging the maintenance branch into trunk.
This commit is contained in:
Ray Speth 2013-01-04 21:37:12 +00:00
parent 68a312dc55
commit edca92305d

View file

@ -211,7 +211,6 @@ class TestThermoPhase(utilities.CanteraTest):
cp = sum(self.phase.standard_cp_R * self.phase.X) * ct.GasConstant
self.assertNear(cp, self.phase.cp_mole)
@unittest.skip("needs merge from 2.0 maintenance")
def test_isothermalCompressibility(self):
self.assertNear(self.phase.isothermalCompressibility, 1.0/self.phase.P)