-
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
PEtab: Fix warning from fill_in_parameters
with fixed parameters
#1509
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #1509 +/- ##
===========================================
+ Coverage 81.06% 81.08% +0.02%
===========================================
Files 163 163
Lines 13949 13955 +6
===========================================
+ Hits 11308 11316 +8
+ Misses 2641 2639 -2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Follow-up to ICB-DCM#1493 and ICB-DCM#1509, which only filled in PEtab-fixed parameters for simulation but not preequilibration in the parameter mapping. Adding Weber_BMC2015 to the PEtab tests, where this issue popped up.
Fixes a warning
RuntimeWarning: The following problem parameters were not used: {[...]} amici.petab.conditions.fill_in_parameters(
in case of fixed parameters.The warning was issued since #1493.
This also fills in the fixed parameter values in the parameter mapping for the fixed parameters that was missing in #1493.