-
Notifications
You must be signed in to change notification settings - Fork 34
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
Use sunsch updated time_vector.py #722
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #722 +/- ##
==========================================
+ Coverage 85.65% 85.73% +0.08%
==========================================
Files 49 50 +1
Lines 6544 6697 +153
==========================================
+ Hits 5605 5742 +137
- Misses 939 955 +16 ☔ View full report in Codecov by Sentry. |
We just removed the copied code from last time there was a fix in opm (#720). I really think we should try to avoid having this code in subscript. Either push for a patch release in opm-common or wait for the next (as far as I know we have lived without the functionality in OPM/opm-common#4165 for a long time. |
@asnyv Yes, I totally agreed with you. But we got a report where user has crash when they have We will revert this once PR in OPM is released (probably in 2024.10) |
@alifbe alternatively pin opm to 2023.10 until the fix is in place in 2024.10? |
Seeking to pin opm for the August Komodo was part of the plan as well. In our discussion about this, and trying to account for all the moving parts with RHEL8 etc, we thought reverting this change would be needed too. But I think now, maybe it is not? |
I'm not going to completely block this PR of course, but I would at least recommend to check if a pin is sufficient first. |
For posterity, we decided to merge this as it contains an additional patch fix going into OPM's time_vector.py as well, and pinning OPM < 2024.4 interferes will cause us to lack RHEL8 compatibility. We will revert the change when 2024.10 comes out |
Use @vkip updated time_vector.py to be compatible with opm 2024.4
OPM/opm-common#4165