Closed YvanGuifo closed 2 years ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/Kendrick/TestMeaslesScriptsODEsBMC.class.st | 0 | 8 | 0.0% | ||
<!-- | Total: | 0 | 8 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 1985681476: | -0.008% |
Covered Lines: | 5488 |
Relevant Lines: | 14540 |
The problem with this test was that the
before
method only returned values from theR
bucket.So at the level of the
testEquivalence
method, we just had forbefore
the values of theR
compartments, on the other hand for theafter
method we have the values of theS
,E
,I
andR
.This problem has been solved. So the equivalence test returns the same number of items for both the
before
andafter
method.One last problem remains,
before
andafter
do not return the same values forE
,I
andR
.