Loading pythermogis/__init__.py +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.pydeleted 100644 → 0 +0 −2 Original line number Diff line number Diff line from thermogis_classes.doublet import * from thermogis_classes.utc_properties import * tests/test_readme_examples.py +2 −2 Original line number Diff line number Diff line Loading @@ -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({ Loading @@ -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 Loading Loading
pythermogis/__init__.py +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.pydeleted 100644 → 0 +0 −2 Original line number Diff line number Diff line from thermogis_classes.doublet import * from thermogis_classes.utc_properties import *
tests/test_readme_examples.py +2 −2 Original line number Diff line number Diff line Loading @@ -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({ Loading @@ -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 Loading