Skip to content

Conversation

pkofod
Copy link
Member

@pkofod pkofod commented Apr 15, 2023

Fixes #1033

@codecov
Copy link

codecov bot commented Apr 15, 2023

Codecov Report

Merging #1037 (a318cd6) into master (7fa215a) will increase coverage by 0.03%.
The diff coverage is 100.00%.

❗ Current head a318cd6 differs from pull request most recent head 695c11f. Consider uploading reports for the commit 695c11f to get more accurate results

@@            Coverage Diff             @@
##           master    #1037      +/-   ##
==========================================
+ Coverage   85.25%   85.29%   +0.03%     
==========================================
  Files          42       43       +1     
  Lines        3194     3202       +8     
==========================================
+ Hits         2723     2731       +8     
  Misses        471      471              
Impacted Files Coverage Δ
src/multivariate/optimize/interface.jl 82.07% <100.00%> (+0.94%) ⬆️
...tivariate/solvers/constrained/ipnewton/ipnewton.jl 96.64% <100.00%> (ø)
...olvers/first_order/accelerated_gradient_descent.jl 100.00% <100.00%> (ø)
...e/solvers/first_order/momentum_gradient_descent.jl 100.00% <100.00%> (ø)
src/multivariate/solvers/first_order/ngmres.jl 94.90% <100.00%> (ø)
...ultivariate/solvers/zeroth_order/particle_swarm.jl 98.85% <100.00%> (-0.38%) ⬇️

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@pkofod pkofod merged commit f43e608 into master Apr 18, 2023
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.

For ParticleSwarm, upper default to type that errors if lower is passed
1 participant