There was an error while loading. Please reload this page.
1 parent c11bab1 commit 267959fCopy full SHA for 267959f
1 file changed
docs/properties.rst
@@ -69,7 +69,7 @@ factors are constant numbers:
69
invert=True,
70
method=METHOD,
71
)
72
- sw = sw_func.compute(CALC)[0]
+ sw = sw_func.compute(CALC)["SW"]
73
sw.values[poro.values < 0.05] = 1.0 # 100% water when low porosity
74
sw.to_roxar(project, GRIDNAME, SW_RESULT)
75
0 commit comments