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

Show remaining and elapsed time during adaptive localization #6946

Closed
dafeda opened this issue Jan 15, 2024 · 2 comments · Fixed by #7114
Closed

Show remaining and elapsed time during adaptive localization #6946

dafeda opened this issue Jan 15, 2024 · 2 comments · Fixed by #7114
Assignees

Comments

@dafeda
Copy link
Contributor

dafeda commented Jan 15, 2024

Is your feature request related to a problem? Please describe.
GUI does not show remaining and elapsed time when running adaptive localization.
This is useful because in certain cases, adaptive localization might take a prohibitively long time to finish.

image

@dafeda dafeda moved this to Backlog in SCOUT Jan 15, 2024
@dafeda dafeda moved this from Backlog to Todo in SCOUT Jan 15, 2024
@dafeda dafeda added this to the Adaptive localisation milestone Jan 26, 2024
@dafeda
Copy link
Contributor Author

dafeda commented Feb 5, 2024

Since we now use as big a batch as memory will allow, TimedIterators next does not get called unless the field is bigger than available memory.

@dafeda dafeda self-assigned this Feb 6, 2024
@dafeda dafeda moved this from Todo to In Progress in SCOUT Feb 6, 2024
@dafeda
Copy link
Contributor Author

dafeda commented Feb 6, 2024

Need to update iterative_ensemble_smoother to accept a progress callback:

equinor/iterative_ensemble_smoother#212

Then, ert needs to updated:

#7114

@github-project-automation github-project-automation bot moved this from In Progress to Done in SCOUT Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant