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

Evaluate ensemble does not always autopopulate active realizations #7895

Closed
Tracked by #7894
oyvindeide opened this issue May 14, 2024 · 3 comments
Closed
Tracked by #7894

Evaluate ensemble does not always autopopulate active realizations #7895

oyvindeide opened this issue May 14, 2024 · 3 comments

Comments

@oyvindeide
Copy link
Collaborator

Not sure how to reproduce at the moment, but a user had a case where just one realization failed, it had status: LOAD_FAILURE. in Experiment manager. It showed up in Evaluate ensemble, but all realizations where shown in the Active realizations field.

Should be:

  • If no realizations failed, it should default to empty
  • If some realizations failed, they should populate the field
  • If all realizations have parameters but no responses, all should be defaulted as active
@oyvindeide
Copy link
Collaborator Author

oyvindeide commented May 15, 2024

Think I figured out why, the user had two different ensembles with the same name, and we get_ensemble_by_name, which means we don't necessarily populate the right realizations.

@dafeda
Copy link
Contributor

dafeda commented May 29, 2024

This might be fixed by #7995

@oyvindeide
Copy link
Collaborator Author

Tested, and confirmed to work as expected.

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

No branches or pull requests

2 participants