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

updated solve #49

Merged
merged 1 commit into from Jul 11, 2021
Merged

updated solve #49

merged 1 commit into from Jul 11, 2021

Conversation

lucaferranti
Copy link
Member

* it now accepts an optional initial enclosure for iterative algorithms
* added docstrings
@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2021

Codecov Report

Merging #49 (5d6e624) into main (c107915) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
- Coverage   96.03%   95.98%   -0.06%     
==========================================
  Files           8        8              
  Lines         227      224       -3     
==========================================
- Hits          218      215       -3     
  Misses          9        9              
Impacted Files Coverage Δ
src/solvers/oettli.jl 100.00% <ø> (ø)
src/solvers/solve.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c107915...5d6e624. Read the comment docs.

@lucaferranti lucaferranti merged commit 076d18b into main Jul 11, 2021
@lucaferranti lucaferranti mentioned this pull request Jul 11, 2021
12 tasks
@lucaferranti lucaferranti deleted the lf/iterative branch July 11, 2021 06:45
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.

solve with iterative solvers should allow initial enclosure as optional parameter
2 participants