Skip to content

Commit

Permalink
ConstantVolumeDepletionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 1, 2024
1 parent b192069 commit ee62040
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ void testRunCalc() {
new double[] {400, 300.0, 200.0, 100.0});
double[][] expData = {{0.95, 0.99, 1.0, 1.1}};
CVDsim.setExperimentalData(expData);
assertEquals(2.289069183749

, CVDsim.getRelativeVolume()[4], 0.001);
assertEquals(2.284545214649577, CVDsim.getRelativeVolume()[4], 0.001);
}

@Test
Expand Down

0 comments on commit ee62040

Please sign in to comment.