Skip to content
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

Bug in BW import if corresponding regular well not in RMS project #1231

Open
tnatt opened this issue Aug 21, 2024 · 0 comments
Open

Bug in BW import if corresponding regular well not in RMS project #1231

tnatt opened this issue Aug 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tnatt
Copy link
Contributor

tnatt commented Aug 21, 2024

Bug triggered when a well is present in a BW object but does not exist in the RMS project, i.e. either deleted or renamed after the BW job was run. This is a corner case and will not occur often, but still we should get it fixed.

image

if wname in rox.project.wells:
self._rkb = rox.project.wells[wname].rkb
self._xpos, self._ypos = rox.project.wells[wname].wellhead
else:
self._rkb = None
self._xpos, self._ypos = (
self._df[_AttrName.XNAME.value][0],
self._df[_AttrName.YNAME.value][0],
)

The self._df attribute was deleted in #1061.

@tnatt tnatt added the bug Something isn't working label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant