TNO Intern

Commit ded7d9b6 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Fixing imports for pipeline

parent 6e25bbbe
Loading
Loading
Loading
Loading
Loading
+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(
+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