Closed luciansmith closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.83%. Comparing base (
633bf8f
) to head (fb037c3
). Report is 14 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This is so that an xpath for an SBML local parameter like
/sbml:sbml/sbml:model/sbml:listOfReactions/sbml:reaction[@id='J0']/sbml:kineticLaw/sbml:listOfParameters/sbml:parameter[@id='n']
can return
J0.n or J0_n
instead of just 'n'.
Backwards-compatible, so that existing code doesn't break.