Skip to content

Commit

Permalink
Fix bug in ensemble_smoother gui: Use gui input for target_case
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove committed Sep 24, 2018
1 parent a69118a commit f37e594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def create_context(self, arguments, prior_context = None):
fs_manager = self.ert().getEnkfFsManager()
if prior_context is None:
sim_fs = fs_manager.getCurrentFileSystem( )
target_fs = fs_manager.getFileSystem("smoother-update")
target_fs = fs_manager.getFileSystem(arguments["target_case"])
itr = 0
mask = arguments["active_realizations"]
else:
Expand Down

0 comments on commit f37e594

Please sign in to comment.