TNO Intern

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

this didnt quite work did it

parent 89b16f61
Loading
Loading
Loading
Loading
+2585 −140

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -63,3 +63,4 @@ pytest = ">=8.3.5,<9"
mkdocs-material = ">=9.6.14,<10"
mkdocs = ">=1.6.1,<2"
mkdocstrings-python = ">=1.16.12,<2"
dask = ">=2025.5.1,<2026"
+0 −1
Original line number Diff line number Diff line
from pythermogis.plotting.plot_doublet_performance_results import plot_doublet_performance_results
from pythermogis.thermogis_classes.jvm_start import *
from pythermogis.thermogis_classes.doublet import *
from pythermogis.thermogis_classes.utc_properties import *
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ def simulate_doublet(output_data: xr.Dataset, reservoir_properties: xr.Dataset,
                                        output_core_dims=[[], [], [], [], [], [], [], [], [], [], [], [], [], []],
                                        vectorize=True,
                                        dask="parallelized",
                                        dask_gufunc_kwargs={"allow_rechunk": True}
                                        )

    # Assign output DataArrays to the output_data object
+81 KiB
Loading image diff...
Loading