Hide RestartConfig as private member of Schedule class

This commit is contained in:
Joakim Hove
2021-03-07 09:28:09 +01:00
parent 091c7b21cd
commit b5183b1d76
6 changed files with 32 additions and 23 deletions

View File

@@ -68,12 +68,6 @@ class TestSchedule(unittest.TestCase):
prod = sch.get_well("PROD", 10)
self.assertEqual(prod.status(), "SHUT")
def test_restart(self):
deck = Parser().parse(test_path('spe3/SPE3CASE1.DATA'))
state = EclipseState(deck)
sch = Schedule( deck, state )
rst = sch.restart
def test_well_names(self):
deck = Parser().parse(test_path('spe3/SPE3CASE1.DATA'))