TNO Intern

Commit 44c2a5e4 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Ensuring all the tests pass

parent 6685b4f2
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ import timeit

import numpy as np

import pytest

from pythermogis.workflow.utc.doublet import DoubletInput, calculate_doublet_performance
from pythermogis.workflow.utc.utc_properties import UTCConfiguration
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ def test_doubletcalc():
    assert np.isclose(results.production_temp, 41.36211427733413, rtol=0.01)
    assert np.isclose(results.heat_power_produced[0], 0.027926914290870505, rtol=0.01)

@pytest.skip("This is for timing performance and comparing to the Java code, not needed to run on the pipeline")
def test_doubletcalc_performance():
    props = UTCConfiguration(segment_length=1)