-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fix for petab 0.2.x #1073
Fix for petab 0.2.x #1073
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## develop #1073 +/- ##
===========================================
- Coverage 88.16% 83.56% -4.61%
===========================================
Files 79 147 +68
Lines 5257 11395 +6138
===========================================
+ Hits 4635 9522 +4887
- Misses 622 1873 +1251
|
looking for volunteers to wrap this up |
Done |
@@ -73,7 +73,7 @@ jobs: | |||
run: .github/workflows/install_deps.sh amici pysb | |||
|
|||
- name: Run tests | |||
timeout-minutes: 25 | |||
timeout-minutes: 35 |
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.
if it takes that long out of a sudden, something should be wrong. was 15 not long ago
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.
The number of test cases increased:
- additional test cases
- running for both SBML and PySB models
Since #1073, we don't need an extra `PetabImporterPysb`, as anything PySB-specific is handled inside PEtab/AMICI.
Since #1073, we don't need an extra `PetabImporterPysb`, as anything PySB-specific is handled inside PEtab/AMICI.
No description provided.