Hide RestartConfig as private member of Schedule class
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user