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

Resize fixes #27

Merged
merged 2 commits into from
Aug 22, 2022
Merged

Resize fixes #27

merged 2 commits into from
Aug 22, 2022

Conversation

louisponet
Copy link
Collaborator

This PR holds various fixes to the resizing of workspaces, and added additional tests for that.
A new exception was added to communicate the workspace size errors.
This together with a work=true kwarg on the Base.resize! methods has cleaned up quite some code.

The version is also bumped to 1.2.5.

@codecov-commenter
Copy link

codecov-commenter commented Aug 21, 2022

Codecov Report

Merging #27 (dab8957) into main (9da48bd) will increase coverage by 1.78%.
The diff coverage is 96.69%.

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   91.88%   93.66%   +1.78%     
==========================================
  Files           8        8              
  Lines         542      537       -5     
==========================================
+ Hits          498      503       +5     
+ Misses         44       34      -10     
Impacted Files Coverage Δ
src/exceptions.jl 33.33% <50.00%> (+33.33%) ⬆️
src/cholesky.jl 95.65% <85.71%> (+0.41%) ⬆️
src/qr.jl 94.48% <96.66%> (+2.55%) ⬆️
src/eigen.jl 93.22% <97.87%> (-0.64%) ⬇️
src/bunch_kaufman.jl 93.33% <100.00%> (+4.04%) ⬆️
src/lu.jl 100.00% <100.00%> (+5.26%) ⬆️
src/schur.jl 94.84% <100.00%> (+6.67%) ⬆️

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

@MichelJuillard MichelJuillard merged commit 9e4d442 into DynareJulia:main Aug 22, 2022
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