Skip to content

Commit c3e890f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/test_fluidstate_variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ def test_all(self):
1919
sim = BlackOilSimulator("SPE1CASE1.DATA")
2020
sim.step_init()
2121
sim.step()
22-
#oil_pressure = sim.get_fluidstate_variable(name='po')
22+
oil_pressure = sim.get_fluidstate_variable(name='po')
2323
#self.assertAlmostEqual(oil_pressure[0], 41729978.837, places=2, msg='value of oil pressure')

0 commit comments

Comments
 (0)