KendrickOrg / kendrick

Domain-Specific Modeling for Epidemiology
MIT License
49 stars 14 forks source link

Modify TestMeaslesScriptsODEsBMC #451

Closed YvanGuifo closed 2 years ago

YvanGuifo commented 2 years ago

The problem with this test was that the before method only returned values from the R bucket.

So at the level of the testEquivalence method, we just had for before the values of the R compartments, on the other hand for the after method we have the values of the S, E, I and R.

This problem has been solved. So the equivalence test returns the same number of items for both the before and after method.

One last problem remains, before and after do not return the same values for E, I and R.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2031201960

Warning: This coverage report may be inaccurate.

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.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Kendrick/TestMeaslesScriptsODEsBMC.class.st 0 8 0.0%
<!-- Total: 0 8 0.0% -->
Totals Coverage Status
Change from base Build 1985681476: -0.008%
Covered Lines: 5488
Relevant Lines: 14540

💛 - Coveralls