yaml2sbml-dev / yaml2sbml

Tool to convert an ODE model specified in the YAML format to SBML.
https://yaml2sbml.readthedocs.io/en/latest/
Other
12 stars 7 forks source link

Fix tests #123

Closed jvanhoefer closed 3 years ago

jvanhoefer commented 3 years ago

This should fix the issue with the missing tests for the SBML identifier/maths checks..., that @dilpath caught in PR #122

jvanhoefer commented 3 years ago

Want to merge them before v022 sees the daylight ;)

codecov-io commented 3 years ago

Codecov Report

Merging #123 (d91a4e4) into develop (7a9cba2) will increase coverage by 0.42%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #123      +/-   ##
===========================================
+ Coverage    87.15%   87.57%   +0.42%     
===========================================
  Files            6        6              
  Lines          475      475              
===========================================
+ Hits           414      416       +2     
+ Misses          61       59       -2     
Impacted Files Coverage Δ
yaml2sbml/yaml2sbml.py 86.41% <0.00%> (+1.23%) :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 7a9cba2...d91a4e4. Read the comment docs.