TNO Intern

Commit 5da44f68 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

fixing the cli

parent 3c565885
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2565,7 +2565,7 @@ packages:
- pypi: .
  name: pythermogis
  version: 0.1.28
  sha256: 898eafd4ceb075b05a92fa6a885618a9823f96e55706a60a8ff56ef531aa22f4
  sha256: f6daaa0afaa794067bae1dde1a78ace679f8907984ef70e167cec532d1f45b51
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ markers = [
package-dir = {"" = "src"}

[project.scripts]
pytg = "main:app"
pytg = "pythermogis.main:app"

[tool.pixi.project]
channels = ["conda-forge"]
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import numpy as np
import xarray as xr
import typer

from thermogis_classes.doublet import calculate_doublet_performance
from pythermogis.thermogis_classes.doublet import calculate_doublet_performance

app = typer.Typer(pretty_exceptions_enable=False)