Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix_run_analysis #154

Merged
merged 2 commits into from
Oct 9, 2018
Merged

Fix_run_analysis #154

merged 2 commits into from
Oct 9, 2018

Conversation

stefoss23
Copy link

@stefoss23 stefoss23 commented Oct 2, 2018

Task
There is a bug in run_analysis.py due to changes to Statoil/libres code.

Approach
An es_update call uses run_context.

Pre un-WIP checklist

  • Statoil tests pass locally
  • Have completed graphical integration test steps

Depends on

@stefoss23 stefoss23 changed the title WIP: fix_run_analysis WIP: Fix_run_analysis Oct 3, 2018
@stefoss23 stefoss23 changed the title WIP: Fix_run_analysis Fix_run_analysis Oct 3, 2018
@@ -55,7 +58,9 @@ def run(self):

target_fs = fs_manager.getFileSystem(target)
source_fs = fs_manager.getFileSystem(source)
success = es_update.smootherUpdate( source_fs , target_fs )
mask = BoolVector( initial_size = ert.getEnsembleSize(), default_value = True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of just making the all active global mask in this way - please see: equinor/libres#395 for how to use enkf_fs to create a mask; could possibly add a method on the EnkfFs class to provide such a mask.

@joakim-hove joakim-hove mentioned this pull request Oct 3, 2018
@stefoss23 stefoss23 changed the title Fix_run_analysis WIP: Fix_run_analysis - not yet finished Oct 4, 2018
@stefoss23 stefoss23 closed this Oct 4, 2018
@stefoss23 stefoss23 reopened this Oct 4, 2018
@stefoss23 stefoss23 changed the title WIP: Fix_run_analysis - not yet finished Fix_run_analysis Oct 4, 2018
@joakim-hove joakim-hove merged commit 7f9ccc2 into equinor:master Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants