@@ -72,7 +72,7 @@ def test_hydrateEquilibriumTemperatureAnalyser():
7272 stream1 = stream ("stream1" , fluid1 )
7373 hydrateDewPoint = hydrateEquilibriumTemperatureAnalyser ("analyser1" , stream1 )
7474 runProcess ()
75- assert hydrateDewPoint .getMeasuredValue ("C" ) == approx (- 5.92267 , rel = 0.001 )
75+ assert hydrateDewPoint .getMeasuredValue ("C" ) == approx (- 25.204317 , rel = 0.001 )
7676
7777
7878def test_runProcessAsThread ():
@@ -511,14 +511,14 @@ def test_loop_mode():
511511 stream1 = stream ("stream1" , fluid1 )
512512 hydrateDewPoint = hydrateEquilibriumTemperatureAnalyser ("analyser1" , stream1 )
513513 runProcess ()
514- assert hydrateDewPoint .getMeasuredValue ("C" ) == approx (- 5.9226765378853 , rel = 0.001 )
514+ assert hydrateDewPoint .getMeasuredValue ("C" ) == approx (- 25.204317708452 , rel = 0.001 )
515515 assert getProcess ().getAllUnitNames ().size () > 0
516516
517517 clearProcess ()
518518 assert getProcess ().getAllUnitNames ().size () == 0
519519 set_loop_mode (True )
520520 stream1 = stream ("stream1" , fluid1 )
521521 hydrateDewPoint = hydrateEquilibriumTemperatureAnalyser ("analyser1" , stream1 )
522- assert hydrateDewPoint .getMeasuredValue ("C" ) == approx (- 5.9226765378853 , rel = 0.001 )
522+ assert hydrateDewPoint .getMeasuredValue ("C" ) == approx (- 25.204317708452 , rel = 0.001 )
523523 assert getProcess ().getAllUnitNames ().size () == 0
524524 set_loop_mode (False )
0 commit comments