Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 9, 2024
1 parent 2e10f25 commit 7a6c1e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7a6c1e3

Please sign in to comment.