Loading tests/utc/test_doublet.py +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading tests/utc/test_doubletcalc.py +0 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
tests/utc/test_doublet.py +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
tests/utc/test_doubletcalc.py +0 −1 Original line number Diff line number Diff line Loading @@ -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) Loading