Skip to content
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

Merged
merged 7 commits into from
Nov 19, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Nov 18, 2024

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.

@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.08%. Comparing base (cf56080) to head (7ba3815).

❗ 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.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@dweindl dweindl self-assigned this Nov 18, 2024
@dweindl dweindl marked this pull request as ready for review November 19, 2024 11:29
@dweindl dweindl requested a review from FFroehlich as a code owner November 19, 2024 11:29
@dweindl dweindl merged commit e62c2cb into ICB-DCM:develop Nov 19, 2024
17 of 18 checks passed
@dweindl dweindl deleted the fix_fillin_warning branch November 19, 2024 12:47
dweindl added a commit to dweindl/pyPESTO that referenced this pull request Nov 19, 2024
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.
dweindl added a commit that referenced this pull request Nov 20, 2024
Follow-up to #1493 and #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.
This was referenced Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants