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

Issue when computing pillar contacts #491

Open
tnatt opened this issue May 6, 2024 · 0 comments
Open

Issue when computing pillar contacts #491

tnatt opened this issue May 6, 2024 · 0 comments

Comments

@tnatt
Copy link

tnatt commented May 6, 2024

When using pillars to compute hc-contacts for fields with both gas and oil, only pillars that contains both phases are kept in the final result.

This comes from the default beaviour of pandas merge.
Setting pd.merge(owc, goc, how="outer") below will fix the issue.

return pd.merge(owc, goc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant