-
Notifications
You must be signed in to change notification settings - Fork 19
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
replace ecl2df with res2df #244
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #244 +/- ##
=======================================
Coverage 83.52% 83.52%
=======================================
Files 14 14
Lines 3072 3072
=======================================
Hits 2566 2566
Misses 506 506 ☔ View full report in Codecov by Sentry. |
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.
👍
@eivindjahren @berland |
@asnyv That seems reasonable. Maybe you can create an "alias" and then add a deprecation warning to it? |
@@ -866,10 +866,10 @@ def get_eclfiles(self): | |||
>>> real.find_files("eclipse/model/MYMODELPREDICTION.DATA") | |||
|
|||
Returns: | |||
ecl2df.EclFiles. None if nothing found |
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.
Maybe copy this function for now, and expose both but with a deprecation warning added to get_eclfiles
. You can then have two import checks: HAVE_ECL2DF
and HAVE_RES2DF
.
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.
Does this resolve the problem of breaking changes @asnyv ?
This issue should be resolved now. Feel free to reopen the PR if it is not :) . |
closes #243