fixing bug in Opm::EclIO::ESmry constructor

- changed behaviour when opening summary file from restart run
 - will now work with loadBaseRunData=false and original base run folder
   not found.
This commit is contained in:
Torbjørn Skille
2021-09-07 22:49:48 +02:00
parent 9cff0dae26
commit c900462edb
6 changed files with 5 additions and 23 deletions
Binary file not shown.
-1
View File
@@ -144,7 +144,6 @@ class TestEclFile(unittest.TestCase):
self.assertEqual(time0[0], 1.0)
rst_smry1 = ESmry(test_path("data/SPE1CASE1_RST60.SMSPEC"))
rst_smry1.make_esmry_file()
rst_ext_smry1 = ESmry(test_path("data/SPE1CASE1_RST60.ESMRY"))