Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Jan 18, 2025
1 parent f17a209 commit 64564d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ void testCalcCvGas() {
valve1.setPercentValveOpening(100);
valve1.run();

// assertEquals(48.2652, valve1.getCv("US"), 1e-2);
assertEquals(69.482318, valve1.getCv("SI"), 1e-2);
assertEquals(69.482318 / 54.9, valve1.getCv("US"), 1e-2);
}

@Test
Expand Down

0 comments on commit 64564d5

Please sign in to comment.