equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

bug when interpolate relperm is true #293

Closed olelod closed 3 years ago

olelod commented 3 years ago

PR #251 added distribution parameters. These additional parameters were not accounted for in the generation of a pandas dataframe for the interpolation parameters (always uniform on the interval -1 to 1). Hence, the code failed with an AssertionError when using relative permeability interpolation


Contributor checklist