Closed mastrof closed 1 year ago
Base: 52.94% // Head: 53.10% // Increases project coverage by +0.16%
:tada:
Coverage data is based on head (
10eae93
) compared to base (bff2371
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Introduces a new model property
t
which keeps track of current simulation time (number of steps). Can be used to control other model properties in a time-dependent way.Closes #14