Closed asnyv closed 6 months ago
Attention: Patch coverage is 50.00000%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 83.52%. Comparing base (
ab3f4d7
) to head (db7e5b6
). Report is 1 commits behind head on master.:exclamation: Current head db7e5b6 differs from pull request most recent head fb79ba9. Consider uploading reports for the commit fb79ba9 to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/fmu/ensemble/realization.py | 50.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@eivindjahren @berland
After thinking a bit more: This is technically a breaking change as the get_eclfiles
function for ScratchRealization
is replaced with get_resdatafiles
.
I doubt a lot of users use ScratchRealization
directly, but should maybe have a deprecation period?
@asnyv That seems reasonable. Maybe you can create an "alias" and then add a deprecation warning to it?
This issue should be resolved now. Feel free to reopen the PR if it is not :) .
closes #243