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

Remove custom __str__ methods for ScopingsContainer and MeshesContainers #1420

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

rafacanton
Copy link
Contributor

@rafacanton rafacanton commented Feb 15, 2024

The custom __str__ methods for ScopingsContainers and MeshesContainers are not needed, as the default Collection method is much richer (it directly relies on sever calls). See difference:

Custom method (to be removed with this PR):
image

Default method:
image

@rafacanton rafacanton added the enhancement New feature or request label Feb 15, 2024
@rafacanton rafacanton self-assigned this Feb 15, 2024
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cb49fad) 87.85% compared to head (3c4e074) 87.85%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1420      +/-   ##
==========================================
- Coverage   87.85%   87.85%   -0.01%     
==========================================
  Files          81       81              
  Lines        9553     9543      -10     
==========================================
- Hits         8393     8384       -9     
+ Misses       1160     1159       -1     

@PProfizi PProfizi merged commit f7a2c61 into master Feb 15, 2024
40 checks passed
@PProfizi PProfizi deleted the rcanton/str_containers branch February 15, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants