-
Notifications
You must be signed in to change notification settings - Fork 108
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
Type code in src/ert/resources #9502
Conversation
Skipping eclrun/flow as it will be dealt with in another PR.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9502 +/- ##
==========================================
+ Coverage 91.92% 91.94% +0.02%
==========================================
Files 433 433
Lines 26734 26734
==========================================
+ Hits 24575 24581 +6
+ Misses 2159 2153 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -67,6 +70,7 @@ def run( | |||
# Use the keys (UUIDs as strings) to get ensembles | |||
ensembles = [] | |||
for ensemble_id in ensemble_data_as_dict: | |||
assert self.storage is not None |
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.
(this smells a little bit, can't see how the storage
function argument is used)
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.
Why is self.storage
used instead of the parameter storage
? Is this some sort of backwards compatability thing @oyvindeide ?
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.
Let's figure out the self.storage
thing and then this should be good to go.
We have bigger problems there: #9525 |
Skipping eclrun/flow as it will be dealt with in another PR.
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable