Enabled test of isothermalCompressibility
This test now passes as a result of merging the maintenance branch into trunk.
This commit is contained in:
parent
68a312dc55
commit
edca92305d
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue