TNO Intern

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

fixing the import statements

parent 377f58f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2516,8 +2516,8 @@ packages:
  timestamp: 1740946648058
- pypi: .
  name: pythermogis
  version: 1.0.1
  sha256: 5c2e6a0fc2e87754edc36321235398ed6a3729789c57bdfc95f137e6bb679bd3
  version: 1.0.2
  sha256: 161ac3393111a376c124eaea9fa0bdd8ce265e42a966dfac71b660215d5014bb
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pythermogis"
version = "1.0.1"
version = "1.0.2"
description = "This repository is used as a python API for the ThermoGIS Doublet simulations"
authors = [
    { name = "Hen Brett", email = "hen.brett@tno.nl" },
+2 −2
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@ from pythermogis.thermogis_classes.utc_properties import *
from pythermogis.transmissivity.calculate_thick_perm_trans import *
from pythermogis.tables.utc_properties_table import *
from pythermogis.postprocessing.pos import *
from doublet_simulation.deterministic_doublet import *
from doublet_simulation.stochastic_doublet import *
from pythermogis.doublet_simulation.deterministic_doublet import *
from pythermogis.doublet_simulation.stochastic_doublet import *
from pythermogis.plotting.plot_exceedance import plot_exceedance
 No newline at end of file