ComputationalPhysiology / gotran

Library for declaring and translating ODEs
http://computationalphysiology.github.io/gotran/
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Implement some fixes that was removed in the formatting pr #18

Closed finsberg closed 2 years ago

finsberg commented 2 years ago

This PR fixes the issues we had in https://github.com/ComputationalPhysiology/base_model

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (d5d3a8c) into master (ad92661) will increase coverage by 0.03%. The diff coverage is 64.70%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   47.58%   47.62%   +0.03%     
==========================================
  Files          41       41              
  Lines        7313     7330      +17     
==========================================
+ Hits         3480     3491      +11     
- Misses       3833     3839       +6     
Impacted Files Coverage Δ
gotran/model/ode.py 85.42% <62.50%> (-0.87%) :arrow_down:
gotran/__init__.py 100.00% <100.00%> (ø)

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 ad92661...d5d3a8c. Read the comment docs.