From 7a6c1e318ed135127a77871fec728d13281be092 Mon Sep 17 00:00:00 2001 From: Even Solbraa <41290109+EvenSol@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:59:35 +0000 Subject: [PATCH] update --- .../neqsim/thermodynamicoperations/flashops/TPFlashTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }