Questions about Relative Permeability Estimation #2482
Unanswered
MingyueTianya1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Which version are you using? Can you report the printout of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Professor ,
when I use SNOW2 to extract the network, I got the GeneIcnetwork and the extracted network tag is pore.xmin,pore.xmax,pore.ymin,etc. However, when I run the
rp = op.algorithms.metrics.RelativePermeability(network=pn)
, I will report the error ofKeyError: 'pore.front'
orKeyError: 'pore.top'
.I checked the Relative Permeability Estimation.py.The label that it needs to run is pore.left, pore.right, pore.top, what should I do?Beta Was this translation helpful? Give feedback.
All reactions