We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27f973 commit c3e890fCopy full SHA for c3e890f
python/test/test_fluidstate_variables.py
@@ -19,5 +19,5 @@ def test_all(self):
19
sim = BlackOilSimulator("SPE1CASE1.DATA")
20
sim.step_init()
21
sim.step()
22
- #oil_pressure = sim.get_fluidstate_variable(name='po')
+ oil_pressure = sim.get_fluidstate_variable(name='po')
23
#self.assertAlmostEqual(oil_pressure[0], 41729978.837, places=2, msg='value of oil pressure')
0 commit comments