Skip to content

Commit e27f973

Browse files
committed
Add one more line
1 parent cacf5b5 commit e27f973

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/test/test_fluidstate_variables.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ def test_all(self):
1818
with pushd(self.data_dir):
1919
sim = BlackOilSimulator("SPE1CASE1.DATA")
2020
sim.step_init()
21+
sim.step()
22+
#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

Comments
 (0)