Skip to content

Commit 58be1eb

Browse files
committed
Yet another fixup
1 parent 8e166cf commit 58be1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ert/libres_facade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def have_observations(self) -> bool:
160160
return self._enkf_main.have_observations()
161161

162162
def is_valid_runpath(self) -> bool:
163-
actives = self.get_active_realizations()
163+
actives = self.get_active_realizations(self.get_current_case_name())
164164
iter_0_paths = set(self.get_run_paths(actives, 0))
165165
iter_1_paths = set(self.get_run_paths(actives, 1))
166166
return len(iter_0_paths) == len(actives) and iter_0_paths != iter_1_paths

0 commit comments

Comments
 (0)