Skip to content

Commit

Permalink
Fixtestvol (#770)
Browse files Browse the repository at this point in the history
* initial testing

* test

* update

* updates

* update

* update

* fix
  • Loading branch information
EvenSol authored Jul 11, 2023
1 parent a892c23 commit 42af01a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ 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(1.41825650256, CVDsim.getRelativeVolume()[4], 0.001);
assertEquals(1.419637379033296, CVDsim.getRelativeVolume()[4], 0.001);
}
}

0 comments on commit 42af01a

Please sign in to comment.