Skip to content

Commit

Permalink
Merge pull request #120 from Statoil/mda-bug2
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
joakim-hove authored Aug 16, 2018
2 parents fb6249e + d4fdc26 commit 5bca99d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def count_active_realizations(self, run_context):


def update(self, run_context, weight):
source_fs = run_context.get_result_fs( )
source_fs = run_context.get_sim_fs( )
next_iteration = run_context.get_iter( ) + 1
target_fs = run_context.get_target_fs( )

Expand Down

0 comments on commit 5bca99d

Please sign in to comment.