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

Bugfix: TransientFESpaces broken for Gridap#master #135

Merged
merged 4 commits into from
Nov 22, 2023

Conversation

JordiManyer
Copy link
Member

@JordiManyer JordiManyer commented Nov 21, 2023

The test StokesOpenBoundaryTests.jl breaks on Gridap#master.

After investigating a little, this seems to come from this recent PR, where we added block assembly to TransientMultiFieldFESpaces. In doing so, we made the type quite a lot more complex. This requires more FESpace API methods to be implemented by DistributedFESpace.

I think all tests are good now.

@amartinhuertas @oriolcg @tamaratambyah

@JordiManyer JordiManyer added the bug Something isn't working label Nov 21, 2023
@JordiManyer JordiManyer self-assigned this Nov 21, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 21, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (50184f2) 0.00% compared to head (0c9e891) 0.00%.

Files Patch % Lines
src/FESpaces.jl 0.00% 6 Missing ⚠️
src/TransientDistributedCellField.jl 0.00% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #135   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          12      12           
  Lines        2448    2458   +10     
======================================
- Misses       2448    2458   +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amartinhuertas amartinhuertas merged commit 0919caa into master Nov 22, 2023
6 checks passed
@JordiManyer JordiManyer deleted the transient-fespaces branch August 29, 2024 23:05
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.

4 participants