-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update petab test suite code #1768
Conversation
Adapt to separate sbml and pysb test suite (PEtab-dev/petab_test_suite#47)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
else: | ||
model_types = ['sbml', 'pysb'] | ||
argvalues = [] | ||
for format in ('sbml', 'pysb'): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"sbml"
and "pysb"
could be a constant (in petabtests.C
)
Codecov Report
@@ Coverage Diff @@
## develop #1768 +/- ##
============================================
- Coverage 78.01% 65.54% -12.47%
============================================
Files 74 30 -44
Lines 12115 4324 -7791
============================================
- Hits 9451 2834 -6617
+ Misses 2664 1490 -1174
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Adapt to separate sbml and pysb test suite (PEtab-dev/petab_test_suite#47)
Kudos, SonarCloud Quality Gate passed! |
Adapt to separate sbml and pysb test suite (PEtab-dev/petab_test_suite#47)