Loading src/pythermogis/thermogis_classes/doublet.py +1 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ import numpy as np import xarray as xr from jpype import JClass from pythermogis.workflow.utc.doublet import calculate_doublet_performance, DoubletInput, DoubletOutput from workflow.utc.utc_properties import UTCConfiguration from pythermogis.workflow.utc.utc_properties import UTCConfiguration def simulate_doublet( Loading Loading
src/pythermogis/thermogis_classes/doublet.py +1 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ import numpy as np import xarray as xr from jpype import JClass from pythermogis.workflow.utc.doublet import calculate_doublet_performance, DoubletInput, DoubletOutput from workflow.utc.utc_properties import UTCConfiguration from pythermogis.workflow.utc.utc_properties import UTCConfiguration def simulate_doublet( Loading