-
Notifications
You must be signed in to change notification settings - Fork 39
Resync opm keywords with upstream #555
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
base: master
Are you sure you want to change the base?
Conversation
larsevj
commented
Sep 17, 2025
- Fixes searchpath in runmetoupdate.sh
0c20a68 to
b2d39d2
Compare
| { | ||
| "item": 10, | ||
| "name": "EQLOPT04", | ||
| "value_type": "INT", | ||
| "comment": "This item is ECLIPSE300 specific" | ||
| }, | ||
| { | ||
| "item": 11, | ||
| "name": "EQLOPT5", | ||
| "value_type": "INT", | ||
| "comment": "This item is ECLIPSE300 specific" | ||
| }, | ||
| { | ||
| "item": 12, | ||
| "name": "BLACK_OIL_INIT_HG", | ||
| "value_type": "INT", | ||
| "default": 0 |
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.
I think the test failed due to more columns expected in the new version of opmkeywords
e727b37 to
2f5f424
Compare
|
This last test is not entirely clear to me how to solve. Since EQLOPT04 and (5) do not have any default values they get assigned Line 342 in c0699bc
(note that a few lines above one assigns np.nan... in another code path). When the keyword dataframes are merged, one gets None values for the rows belonging to EQUIL and nan for the row belonging to the other keywords that do not have values for this column...The reason the test fails is because when the dataframe is written to csv and read again they all become nan, whereas the one from csv2res has a mix of None and nan..
|
f154a74 to
eb9e2c1
Compare
0deabe8 to
cdf2256
Compare
|
Not sure if the changed names are breaking or not? |
Which changed names? |