Skip to content

Commit

Permalink
Merge pull request #141 from joakim-hove/fix-ensmeble-smoother-gui
Browse files Browse the repository at this point in the history
Fix bug in ensemble_smoother gui: Use gui input for target_case
  • Loading branch information
joakim-hove authored Sep 24, 2018
2 parents fa4b173 + f37e594 commit c5c9f4e
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 c5c9f4e

Please sign in to comment.