-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow the return of combined IDs for multi-id xpaths. #155
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #155 +/- ##
==========================================
+ Coverage 88.81% 88.83% +0.01%
==========================================
Files 89 89
Lines 9668 9678 +10
==========================================
+ Hits 8587 8597 +10
Misses 1081 1081
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No good reason to do this; the problem was that we failed the 'sonarcloud' check because the namespace had http instead of https. Sigh.
Old versions were being deprecated.
|
|
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.