TNO Intern

Commit ede10b48 authored by Florian Knappers's avatar Florian Knappers
Browse files

rm timer

parent b33988ef
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)
@@ -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(