Loading src/pythermogis/workflow/utc/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ from dataclasses import dataclass from typing import NamedTuple from pythermogis.utils.timer import print_time from pythermogis.workflow.utc.constants import DARCY_SI from pythermogis.workflow.utc.cooling_temp import calculate_cooling_temperature from pythermogis.workflow.utc.doublet_utils import ( calc_lifetime, Loading @@ -11,7 +12,6 @@ from pythermogis.workflow.utc.doublet_utils import ( from pythermogis.workflow.utc.pressure import calculate_max_pressure, optimize_pressure from pythermogis.workflow.utc.utc_properties import UTCConfiguration from pythermogis.workflow.utc.well_distance import optimize_well_distance from pythermogis.workflow.utc.constants import DARCY_SI EUR_PER_CT_PER_KWH = 0.36 NPV_SCALE = 1e-6 Loading src/pythermogis/workflow/utc/constants.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/pythermogis/workflow/utc/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ from dataclasses import dataclass from typing import NamedTuple from pythermogis.utils.timer import print_time from pythermogis.workflow.utc.constants import DARCY_SI from pythermogis.workflow.utc.cooling_temp import calculate_cooling_temperature from pythermogis.workflow.utc.doublet_utils import ( calc_lifetime, Loading @@ -11,7 +12,6 @@ from pythermogis.workflow.utc.doublet_utils import ( from pythermogis.workflow.utc.pressure import calculate_max_pressure, optimize_pressure from pythermogis.workflow.utc.utc_properties import UTCConfiguration from pythermogis.workflow.utc.well_distance import optimize_well_distance from pythermogis.workflow.utc.constants import DARCY_SI EUR_PER_CT_PER_KWH = 0.36 NPV_SCALE = 1e-6 Loading
src/pythermogis/workflow/utc/constants.py +1 −1 File changed.Contains only whitespace changes. Show changes