TNO Intern

Commit 28651ee8 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

fixing the init import statements

parent 8ce563e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2294,7 +2294,7 @@ packages:
- pypi: .
  name: pythermogis
  version: 0.1.28
  sha256: 03e782f3f4e635cb7c5fd4d813d3254f353c38ab4e062af61b329282b51d212f
  sha256: e995258f873c0fe9c990e90907d5ae854c66fc4ceb3af0e8974cc08397008e27
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ platforms = ["win-64", "linux-64"]
pythermogis = { path = ".", editable = true }

[tool.pixi.tasks]
test = "PYTHONPATH=src pytest -s tests/"
test = "PYTHONPATH=src/pythermogis pytest -s tests/"
test_java_installation = "PYTHONPATH=src pytest -s tests/test_java_installation.py"
build = "pixi run python -m build"
publish = "pixi run twine upload -r gitlab-pythermogis dist/*"