TNO Intern

Commit a50f7b93 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Woah! It works really well, currently the testing seems to show that the best...

Woah! It works really well, currently the testing seems to show that the best number of simulations to chunk by is 100
parent abe2a4fd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ def calculate_doublet_performance_stochastic(reservoir_properties: xr.Dataset,
                                                                                                          output_core_dims=[["p_value"], ["p_value"], ["p_value"]],
                                                                                                          vectorize=True,
                                                                                                          dask="parallelized",
                                                                                                          dask_gufunc_kwargs={"allow_rechunk": True}
                                                                                                          )

    output_data = simulate_doublet(output_data, reservoir_properties, rng_seed, utc_properties).load()