Loading src/pythermogis/workflow/utc/utc.py +0 −3 Original line number Diff line number Diff line Loading @@ -147,7 +147,6 @@ def apply_stochastics( p_value: float, n_samples: int = 10_000, ) -> xr.Dataset: start = time.perf_counter() q = 1.0 - p_value / 100.0 z = ndtri(q) Loading @@ -161,8 +160,6 @@ def apply_stochastics( z, n_samples, ) end = time.perf_counter() print(end - start) transmissivity_with_ntg = transmissivity_p * aquifer_ds["ntg"] / 1000.0 transmissivity_with_ntg = transmissivity_with_ntg.where( Loading Loading
src/pythermogis/workflow/utc/utc.py +0 −3 Original line number Diff line number Diff line Loading @@ -147,7 +147,6 @@ def apply_stochastics( p_value: float, n_samples: int = 10_000, ) -> xr.Dataset: start = time.perf_counter() q = 1.0 - p_value / 100.0 z = ndtri(q) Loading @@ -161,8 +160,6 @@ def apply_stochastics( z, n_samples, ) end = time.perf_counter() print(end - start) transmissivity_with_ntg = transmissivity_p * aquifer_ds["ntg"] / 1000.0 transmissivity_with_ntg = transmissivity_with_ntg.where( Loading