Loading pixi.lock +1 −1 Original line number Diff line number Diff line Loading @@ -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.* Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ markers = [ package-dir = {"" = "src"} [project.scripts] pytg = "main:app" pytg = "pythermogis.main:app" [tool.pixi.project] channels = ["conda-forge"] Loading src/pythermogis/main.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
pixi.lock +1 −1 Original line number Diff line number Diff line Loading @@ -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.* Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ markers = [ package-dir = {"" = "src"} [project.scripts] pytg = "main:app" pytg = "pythermogis.main:app" [tool.pixi.project] channels = ["conda-forge"] Loading
src/pythermogis/main.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading