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

Fix missing fixed parameters in scatter search results #1265

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Jan 4, 2024

So far, the OptimizerResults from Ess/Cess/SacessOptimizer (incorrectly) contained only the estimated parameter values. Now, fixed parameters are included as well, as done for the other Optimizers.

So far, the OptimizerResults from Ess/Cess/SacessOptimizer (incorrectly) contained only the estimated parameter values.
Now, fixed parameters are included as well, as done for the other Optimizers.
@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (c350f65) 83.85% compared to head (8150dc0) 75.75%.

Files Patch % Lines
pypesto/optimize/ess/cess.py 0.00% 2 Missing ⚠️
pypesto/optimize/ess/ess.py 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1265      +/-   ##
===========================================
- Coverage    83.85%   75.75%   -8.10%     
===========================================
  Files          148      148              
  Lines        12071    12075       +4     
===========================================
- Hits         10122     9148     -974     
- Misses        1949     2927     +978     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dweindl dweindl merged commit 781b9db into ICB-DCM:develop Jan 4, 2024
17 of 18 checks passed
@dweindl dweindl deleted the fix_sacess_result_dim branch January 4, 2024 12:49
This was referenced Jan 30, 2024
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.

3 participants