TNO Intern

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

Fixing the import issue

parent 91099f20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    <content url="file://$MODULE_DIR$">
      <sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
      <sourceFolder url="file://$MODULE_DIR$/tests/tests" isTestSource="true" />
      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/pythermogis" isTestSource="false" />
      <excludeFolder url="file://$MODULE_DIR$/.venv" />
    </content>
    <orderEntry type="jdk" jdkName="Python 3.13 (2)" jdkType="Python SDK" />
@@ -14,7 +14,7 @@
    <option name="namespacePackageFolders">
      <list>
        <option value="$MODULE_DIR$/resources" />
        <option value="$MODULE_DIR$/src" />
        <option value="$MODULE_DIR$/pythermogis" />
      </list>
    </option>
  </component>
+2 −2
Original line number Diff line number Diff line
@@ -2293,8 +2293,8 @@ packages:
  timestamp: 1740946648058
- pypi: .
  name: pythermogis
  version: 0.1.18
  sha256: 991c6bf3932428f808ed2f520ace0ca0ead9593f4e408125795f4a4b998a3fb4
  version: 0.1.19
  sha256: 26d04c71b399c74690ce01c979e36c70cec0b96b2a0448c5cb6339a5160ae40f
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
+4 −4
Original line number Diff line number Diff line
@@ -31,10 +31,10 @@ markers = [
]

[tool.setuptools]
package-dir = {"" = "src"}
package-dir = {"" = "pythermogis"}

[tool.setuptools.packages.find]
where = ["src"]
where = ["pythermogis"]

[project.scripts]
pytg = "main:app"
@@ -47,8 +47,8 @@ platforms = ["win-64", "linux-64"]
pythermogis = { path = ".", editable = true }

[tool.pixi.tasks]
test = "PYTHONPATH=src pytest -s tests/"
test_java_installation = "PYTHONPATH=src pytest -s tests/test_java_installation.py"
test = "PYTHONPATH=pythermogis pytest -s tests/"
test_java_installation = "PYTHONPATH=pythermogis pytest -s tests/test_java_installation.py"


[tool.pixi.dependencies]
+0 −0

File moved.

+0 −0

File moved.

Loading