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 mesh from bounding_box and implement optimal=False in a few more places #733

Merged
merged 8 commits into from
Oct 10, 2024

Conversation

jdegenstein
Copy link
Collaborator

@jdegenstein jdegenstein commented Oct 10, 2024

Fixes #705 in a few places that will improve performance and not impact stability

@jdegenstein jdegenstein changed the title Remove mesh from bounding_box(optimal=False... and implemented across the codebase Remove mesh from bounding_box and implement across the codebase Oct 10, 2024
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.00%. Comparing base (6007fe3) to head (dacb347).
Report is 25 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #733      +/-   ##
==========================================
+ Coverage   95.98%   96.00%   +0.01%     
==========================================
  Files          25       25              
  Lines        8346     8351       +5     
==========================================
+ Hits         8011     8017       +6     
+ Misses        335      334       -1     

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

@jdegenstein
Copy link
Collaborator Author

Thanks to @bernhard-42 for his contributions to this.

@jdegenstein jdegenstein changed the title Remove mesh from bounding_box and implement across the codebase Remove mesh from bounding_box and implement optimal=False in a few more places Oct 10, 2024
@jdegenstein jdegenstein merged commit 6452e1b into gumyr:dev Oct 10, 2024
12 of 13 checks passed
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.

Use optimal=False in bounding_box size calculations where applicable
1 participant