KendrickOrg / kendrick

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

Verification of the transition number of the basic SIR model with the DSL #462

Closed YvanGuifo closed 2 years ago

YvanGuifo commented 2 years ago

The transitions of the basic SIR model with the DSL are given by:

transitions: #(
            S -- lambda --> I.
            I -- gamma --> R.)

We check that the number of transitions of the basic SIR model is 2

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2257760672

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


Totals Coverage Status
Change from base Build 2257752634: 1.1%
Covered Lines: 5798
Relevant Lines: 14440

💛 - Coveralls
SergeStinckwich commented 2 years ago

Can you resubmit your changes, because I completely restructure the packages?

YvanGuifo commented 2 years ago

ok i will do it now