Loading pixi.lock +2585 −140 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -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" src/pythermogis/__init__.py +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 * Loading src/pythermogis/thermogis_classes/doublet.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading tests/resources/test_output/exceedance_example/exceedance_probabilities.png 0 → 100644 +81 KiB Loading image diff... Loading
pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -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"
src/pythermogis/__init__.py +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 * Loading
src/pythermogis/thermogis_classes/doublet.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
tests/resources/test_output/exceedance_example/exceedance_probabilities.png 0 → 100644 +81 KiB Loading image diff...