You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In _compile_headers_list there is a check if the first character of wgnames is numeric or not. If it's numeric then it's assumed to be either cell/block coordinate (i, j, k) or region/aquifer index.
In
_compile_headers_list
there is a check if the first character of wgnames is numeric or not. If it's numeric then it's assumed to be either cell/block coordinate (i, j, k) or region/aquifer index.resdata/python/resdata/summary/rd_sum.py
Line 619 in 6a113a4
This will fail if for example the well name is starting with number.
Suggestion, add more check to the keyword, for example, ensure they are not well vectors (WOPR, WWCT, etc) and not a segment vectors (SOFR, SWFR etc)
The text was updated successfully, but these errors were encountered: