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 mesh_scoping_factory.named_selection_scoping server argument #2005

Merged
merged 5 commits into from
Jan 14, 2025

Conversation

PProfizi
Copy link
Contributor

The server argument of the mesh_scoping_factory.named_selection_scoping method had no effect.
This PR adds a deep copy of the resulting scoping to the provided server if given one.
The scoping in output is thus on the provided server.

@PProfizi PProfizi added the bug Something isn't working label Jan 10, 2025
@PProfizi PProfizi added this to the 0.13.4 milestone Jan 10, 2025
@PProfizi PProfizi requested a review from rafacanton January 10, 2025 15:41
@PProfizi PProfizi self-assigned this Jan 10, 2025
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

Attention: Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 88.46%. Comparing base (52ed660) to head (0d3d4a8).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2005      +/-   ##
==========================================
+ Coverage   88.40%   88.46%   +0.06%     
==========================================
  Files          89       89              
  Lines       10252    10268      +16     
==========================================
+ Hits         9063     9084      +21     
+ Misses       1189     1184       -5     

@PProfizi PProfizi merged commit e4f9aff into master Jan 14, 2025
45 of 46 checks passed
@PProfizi PProfizi deleted the fix/scoping_factory_named_election branch January 14, 2025 07:49
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.

2 participants