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

Bug in run_analysis #151

Closed
joakim-hove opened this issue Sep 28, 2018 · 5 comments
Closed

Bug in run_analysis #151

joakim-hove opened this issue Sep 28, 2018 · 5 comments
Labels

Comments

@joakim-hove
Copy link
Contributor

joakim-hove commented Sep 28, 2018

Bug in line 58 here: https://github.com/Statoil/ert/blob/master/python/python/ert_gui/tools/run_analysis/run_analysis_tool.py should create a RunContext.

@andreabrambilla
Copy link
Contributor

I can try to have a look at this, but I definitely need more details.
By RunContext I guess you mean res.enkf.ErtRunContext right?
Also, what is the problem here? Is it actually a bug, in the sense that something does not work correctly? or are we talking about making the code "nicer"? (as in "that functionality is already implemented there, let's use it instead of re-implementing)

@geirev
Copy link
Contributor

geirev commented Oct 3, 2018

When I try to run RML I get the following error message:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/ert_gui/tools/run_analysis/run_analysis_tool.py", line 58, in run
success = es_update.smootherUpdate( source_fs , target_fs )
TypeError: smootherUpdate() takes exactly 2 arguments (3 given)

@joakim-hove
Copy link
Contributor Author

joakim-hove commented Oct 3, 2018

This is being fixed here: #154 - I think

@jondequinor
Copy link
Contributor

@frode-aarstad did this resurface?

@frode-aarstad
Copy link
Contributor

@jondequinor no, i tried to link to issue 151 in ert-storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants