ModellingWebLab / cellmlmanip

CellML loading and model equation manipulation
Other
3 stars 1 forks source link

Made Model.get_value() evaluate states #279

Closed MichaelClerx closed 4 years ago

MichaelClerx commented 4 years ago

Description

See #278

Types of changes

Checklist:

Testing

codecov[bot] commented 4 years ago

Codecov Report

Merging #279 into develop will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #279      +/-   ##
===========================================
+ Coverage    97.52%   97.57%   +0.04%     
===========================================
  Files            7        7              
  Lines         1336     1359      +23     
  Branches       287      295       +8     
===========================================
+ Hits          1303     1326      +23     
  Misses          15       15              
  Partials        18       18              
Impacted Files Coverage Δ
cellmlmanip/model.py 99.78% <100.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3575acb...bbf05dc. Read the comment docs.

MichaelClerx commented 4 years ago

Sorry did another slight update @jonc125 :D