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 collect matrix bug #849

Merged
merged 4 commits into from
Dec 5, 2022
Merged

Fix collect matrix bug #849

merged 4 commits into from
Dec 5, 2022

Conversation

oriolcg
Copy link
Member

@oriolcg oriolcg commented Nov 29, 2022

Hi @fverdugo, I fixed a bug that I encountered when trying to assemble a rectangular matrix. I added a test that stresses this feature.

@oriolcg oriolcg added the bug Something isn't working label Nov 29, 2022
@oriolcg oriolcg self-assigned this Nov 29, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2022

Codecov Report

Merging #849 (d5d9057) into master (5c4dcb8) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #849      +/-   ##
==========================================
+ Coverage   88.36%   88.40%   +0.03%     
==========================================
  Files         164      164              
  Lines       19160    19251      +91     
==========================================
+ Hits        16930    17018      +88     
- Misses       2230     2233       +3     
Impacted Files Coverage Δ
src/FESpaces/Assemblers.jl 80.85% <100.00%> (ø)
src/FESpaces/FESpacesWithConstantFixed.jl 80.45% <0.00%> (-1.15%) ⬇️
src/CellData/CellFields.jl 92.42% <0.00%> (+1.11%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@amartinhuertas amartinhuertas merged commit 10ab17d into master Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants