diff --git a/src/test/java/neqsim/thermodynamicoperations/flashops/TPFlashTest.java b/src/test/java/neqsim/thermodynamicoperations/flashops/TPFlashTest.java index 8e2ad523e..eab044375 100644 --- a/src/test/java/neqsim/thermodynamicoperations/flashops/TPFlashTest.java +++ b/src/test/java/neqsim/thermodynamicoperations/flashops/TPFlashTest.java @@ -96,7 +96,7 @@ void testRun5() { testOps = new ThermodynamicOperations(testSystem5); testOps.TPflash(); testSystem5.initProperties(); - testSystem5.prettyPrint(); + // testSystem5.prettyPrint(); double beta = testSystem5.getBeta(); assertEquals(0.999999372713993, beta, 1e-9); }