TNO Intern

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

Huh it is actually working now I think

parent dd6ff6de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4738,14 +4738,14 @@ packages:
- pypi: .
  name: pythermogis
  version: 1.0.2
  sha256: 6177cd96e8201ad706356085a1badd04f4d7efdd123208fce6248a4cb171b13b
  sha256: 417252e4fb3bb31d70dedfce35a7de59ffe0b764d840d6bc64febe3041f2ce7b
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
  - pandas>=2.2.3,<3
  - pytz>=2024.1,<2025
  - pygridsio>=0.3.27,<0.4
  - build>=1.2.2.post1,<2
  - pygridsio>=0.3.27,<0.4
  requires_python: '>=3.11'
  editable: true
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.3-hf636f53_101_cp313.conda
+2 −3
Original line number Diff line number Diff line
@@ -18,9 +18,7 @@ dependencies = [
    "jpype1>=1.5.2,<2",
    "xarray==2024.9.0.*",
    "pandas>=2.2.3,<3",
    "pytz>=2024.1,<2025",
    "pygridsio>=0.3.27,<0.4"
, "build>=1.2.2.post1,<2"]
    "pytz>=2024.1,<2025", "build>=1.2.2.post1,<2", "pygridsio>=0.3.27,<0.4"]


[tool.pytest.ini_options]
@@ -64,3 +62,4 @@ mkdocs-material = ">=9.6.14,<10"
mkdocs = ">=1.6.1,<2"
mkdocstrings-python = ">=1.16.12,<2"
dask = ">=2025.5.1,<2026"
narwhals = ">=1.43.1,<2"
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ def simulate_doublet(output_data: xr.Dataset, reservoir_properties: xr.Dataset,
                                        output_data.transmissivity_with_ntg,
                                        rng_seed,
                                        kwargs={"utc_properties": utc_properties},
                                        input_core_dims=[[], [], [], [], [], [], [], []],
                                        input_core_dims=[[], [], [], [], [], [], [], [], []],
                                        output_core_dims=[[], [], [], [], [], [], [], [], [], [], [], [], [], []],
                                        vectorize=True,
                                        dask="parallelized",