Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 2, 2024
1 parent e771dc0 commit 4027293
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ public void testPowerEffSpec() {
processOps.add(compressor1);
processOps.run();
assertEquals(30.610386, compressor1.getOutletPressure(), 0.01);
compressor1.getOutletStream().getFluid().prettyPrint();

// compressor1.getOutletStream().getFluid().prettyPrint();

processOps = new ProcessSystem();
compressor1 = new Compressor(unitName, inletStream);
Expand All @@ -291,6 +290,6 @@ public void testPowerEffSpec() {
processOps.add(compressor1);
processOps.run();
assertEquals(139.7216108, compressor1.getOutletStream().getTemperature("C"), 0.01);
compressor1.getOutletStream().getFluid().prettyPrint();
// compressor1.getOutletStream().getFluid().prettyPrint();
}
}

0 comments on commit 4027293

Please sign in to comment.