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 remove unit assignments #136

Closed jvanhoefer closed 3 years ago

jvanhoefer commented 3 years ago

@dilpath @yannikschaelte

This would be my approach to the problem described in PR #135. What do you think about that? :)

codecov-commenter commented 3 years ago

Codecov Report

Merging #136 (47a1f56) into develop (139300c) will decrease coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #136      +/-   ##
===========================================
- Coverage    87.57%   87.50%   -0.08%     
===========================================
  Files            6        6              
  Lines          475      472       -3     
===========================================
- Hits           416      413       -3     
  Misses          59       59              
Impacted Files Coverage Δ
yaml2sbml/yaml2sbml.py 86.16% <ø> (-0.26%) :arrow_down:

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 139300c...47a1f56. Read the comment docs.