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

Run tests on Julia 1.6 and 1.7 #56

Merged
merged 5 commits into from
Dec 9, 2021
Merged

Run tests on Julia 1.6 and 1.7 #56

merged 5 commits into from
Dec 9, 2021

Conversation

lostella
Copy link
Member

@lostella lostella commented Dec 2, 2021

No description provided.

@codecov
Copy link

codecov bot commented Dec 2, 2021

Codecov Report

Merging #56 (69ef898) into master (60d4958) will increase coverage by 0.03%.
The diff coverage is n/a.

❗ Current head 69ef898 differs from pull request most recent head 96217ff. Consider uploading reports for the commit 96217ff to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   88.99%   89.03%   +0.03%     
==========================================
  Files          21       20       -1     
  Lines         854      857       +3     
==========================================
+ Hits          760      763       +3     
  Misses         94       94              
Impacted Files Coverage Δ
src/algorithms/drls.jl 95.00% <ø> (ø)
src/accel/broyden.jl 100.00% <0.00%> (ø)
src/ProximalAlgorithms.jl
src/utilities/iteration_tools.jl 82.66% <0.00%> (+0.23%) ⬆️
src/accel/nesterov.jl 92.30% <0.00%> (+1.39%) ⬆️

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 60d4958...96217ff. Read the comment docs.

@@ -53,7 +53,7 @@ Base.@kwdef mutable struct DRLSState{R,Tx,TH}
res::Tx
res_prev::Tx = similar(x)
xbar::Tx
xbar_prev::Tx = similar(x)
xbar_prev::Tx = copy(xbar)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nantonel This was one of the bugs you were afraid of, tests caught it (but didn't before!) 🙂

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eheh! told you similar can be dangerous!

@lostella lostella merged commit de2260e into master Dec 9, 2021
@lostella lostella deleted the test-on-1.7 branch December 9, 2021 17:07
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.

None yet

2 participants