Loading src/pythermogis/workflow/utc/cooling_temp.py +1 −1 Original line number Diff line number Diff line from pythermogis.workflow.utc.flow import calculate_volumetric_flow from workflow.utc.doublet_utils import calc_lifetime from pythermogis.workflow.utc.doublet_utils import calc_lifetime def calculate_cooling_temperature( Loading src/pythermogis/workflow/utc/well_distance.py +1 −1 Original line number Diff line number Diff line import numpy as np from scipy.optimize import brenth, brentq from scipy.optimize import brentq from pythermogis.workflow.utc.doublet_utils import calc_lifetime from pythermogis.workflow.utc.flow import calculate_volumetric_flow Loading Loading
src/pythermogis/workflow/utc/cooling_temp.py +1 −1 Original line number Diff line number Diff line from pythermogis.workflow.utc.flow import calculate_volumetric_flow from workflow.utc.doublet_utils import calc_lifetime from pythermogis.workflow.utc.doublet_utils import calc_lifetime def calculate_cooling_temperature( Loading
src/pythermogis/workflow/utc/well_distance.py +1 −1 Original line number Diff line number Diff line import numpy as np from scipy.optimize import brenth, brentq from scipy.optimize import brentq from pythermogis.workflow.utc.doublet_utils import calc_lifetime from pythermogis.workflow.utc.flow import calculate_volumetric_flow Loading