TNO Intern

Commit 68fe9b51 authored by Florian Knappers's avatar Florian Knappers
Browse files

Resolve "fix failing build in pipeline"

parent e491ab82
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@ Run tests:
    - docker
  image: ghcr.io/prefix-dev/pixi:latest
  allow_failure: false
  cache:
    key: jvm17-cache
    paths:
      - pythermogis/resources/JVM17/
  script:
    - export TZ=Europe/Amsterdam
    - ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
+1 −1
Original line number Diff line number Diff line
# API Reference

::: pythermogis.dask.assess_optimal_chunk_size
 No newline at end of file
::: pythermogis.dask.auto_chunk_dataset
+2 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ nav:
      - Portfolio run and analysis: usage/portfoliorun_analysis.md
      - Customised stochastic simulations: usage/customised_stochastic_simulations.md
      - Parallelzation: usage/parallelization.md
      - Depth optimization: usage\depth_optimization.md
      - Depth optimization: usage/depth_optimization.md
      #- out maps and locations: usage/pvalues_map_locations.md

  - API Reference:
@@ -82,7 +82,7 @@ plugins:
  - mkdocstrings:
      handlers:
        python:
          paths: ["src"]
          paths: ["."]
          options:
            docstring_style: numpy  # or numpy
            show_source: true
+2 −2
Original line number Diff line number Diff line
@@ -6729,8 +6729,8 @@ packages:
  timestamp: 1740946648058
- pypi: ./
  name: pythermogis
  version: 3.0.0
  sha256: 09f46253d44acba8af19f5bafea6b05b35bee8022e93d0ec9cd3e2f25b73ab01
  version: 3.0.1
  sha256: ea171e7f4d81cfaacee0ed91c6a71bddf3a1e9b1e45d0e67383f36741d9c1560
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*