TNO Intern

Commit 1e24e213 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

making the pythermogis imports work

parent aee7e443
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
from .thermogis_classes.doublet import *
from .thermogis_classes.utc_properties import *
 No newline at end of file
from thermogis_classes.doublet import *
from thermogis_classes.utc_properties import *
 No newline at end of file

pythermogis/pythermogis.py

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
from thermogis_classes.doublet import *
from thermogis_classes.utc_properties import *
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from thermogis_classes.utc_properties import *
class ReadMEExamples(TestCase):

    def test_example_1(self):
        #from pythermogis import calculate_doublet_performance
        from pythermogis import calculate_doublet_performance
        import xarray as xr

        input_data = xr.Dataset({
@@ -23,7 +23,7 @@ class ReadMEExamples(TestCase):
        print(results)

    def test_example_2(self):
        #from pythermogis import calculate_doublet_performance
        from pythermogis import calculate_doublet_performance
        import xarray as xr
        import numpy as np