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

Set no diagonal balance when reading UBC tree meshes #386

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

santisoler
Copy link
Member

Set diagonal_balance=False when creating a TreeMesh after reading a UBC file in read_UBC. This prevents raising the future warning related to the default value of diagonal_balance. Add test that checks that no warning is being raised by that method.

Set `diagonal_balance=False` when creating a TreeMesh after reading
a UBC file in `read_UBC`. This prevents raising the future warning
related to the default value of `diagonal_balance`. Add test that checks
that no warning is being raised by that method.
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.20%. Comparing base (8d780d2) to head (fee12b5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #386      +/-   ##
==========================================
+ Coverage   86.19%   86.20%   +0.01%     
==========================================
  Files          90       90              
  Lines       18603    18610       +7     
  Branches     2103     2103              
==========================================
+ Hits        16034    16043       +9     
+ Misses       1884     1883       -1     
+ Partials      685      684       -1     

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


🚨 Try these New Features:

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.

1 participant