Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 1, 2024
1 parent 65612c7 commit 3ea04e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +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.284545214649577, CVDsim.getRelativeVolume()[4], 0.001);
assertEquals(2.289069183749, CVDsim.getRelativeVolume()[4], 0.001);
}

@Test
Expand Down

0 comments on commit 3ea04e4

Please sign in to comment.