From edca92305d6355be4ee68c2ca579be3cf9d99011 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 4 Jan 2013 21:37:12 +0000 Subject: [PATCH] Enabled test of isothermalCompressibility This test now passes as a result of merging the maintenance branch into trunk. --- interfaces/cython/cantera/test/test_thermo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/cython/cantera/test/test_thermo.py b/interfaces/cython/cantera/test/test_thermo.py index f52eb33cc..119e5edab 100644 --- a/interfaces/cython/cantera/test/test_thermo.py +++ b/interfaces/cython/cantera/test/test_thermo.py @@ -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)