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

Add center property to Interval and BoundingBox to simplify shape calculations #263

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

stefmolin
Copy link
Owner

No description provided.

@github-actions github-actions bot added testing Relating to the testing suite shapes Work relating to shapes module bounds Work relating to the bounds module. labels Feb 9, 2025
Copy link

codecov bot commented Feb 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.52%. Comparing base (2041588) to head (321e75f).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #263   +/-   ##
=======================================
  Coverage   98.51%   98.52%           
=======================================
  Files          58       58           
  Lines        1891     1898    +7     
  Branches      112      112           
=======================================
+ Hits         1863     1870    +7     
  Misses         25       25           
  Partials        3        3           
Files with missing lines Coverage Δ
src/data_morph/bounds/bounding_box.py 100.00% <100.00%> (ø)
src/data_morph/bounds/interval.py 100.00% <100.00%> (ø)
src/data_morph/shapes/points/club.py 100.00% <100.00%> (ø)
src/data_morph/shapes/points/heart.py 100.00% <100.00%> (ø)
src/data_morph/shapes/points/spade.py 100.00% <100.00%> (ø)
tests/bounds/test_bounding_box.py 100.00% <100.00%> (ø)
tests/bounds/test_interval.py 100.00% <100.00%> (ø)

@stefmolin stefmolin merged commit c82a381 into main Feb 9, 2025
23 checks passed
@stefmolin stefmolin deleted the interval-center branch February 9, 2025 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounds Work relating to the bounds module. shapes Work relating to shapes module testing Relating to the testing suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant