-
Notifications
You must be signed in to change notification settings - Fork 59
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
Check if scratch ensemble is empty #457
Conversation
webviz_subsurface/__init__.py
Outdated
f"Ensemble {ensemble_name} is said to be located at {ensemble_path}," | ||
" but that wildcard path does not give any matches." | ||
f"No realizations with a valid target file ('OK') found for ensemble " | ||
f"{ensemble_name} located at {ensemble_path}. " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add something even more explicit? E.g. "This can e.g. occur when running ERT if no simulations are finished, or all simulations failed."?
c4779c6
to
82bc800
Compare
82bc800
to
fa89bbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth adding a changelog entry for this one?
5accaf0
to
00e6239
Compare
webviz_subsurface/__init__.py
Outdated
" but that wildcard path does not give any matches." | ||
f"No realizations with a valid target file ('OK') found for ensemble " | ||
f"{ensemble_name} located at {ensemble_path}. This can occur when running " | ||
"ERT if no simulations are finished, or all simulations has failed." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"ERT if no simulations are finished, or all simulations has failed." | |
"ERT if no simulations are finished, or all simulations have failed." |
00e6239
to
ab0ee84
Compare
--
Contributor checklist