ZettaAI / zetta_utils

MIT License
11 stars 0 forks source link

Minor BBox3D/VolumetricIndex improvements #775

Closed JoeStrout closed 2 months ago

JoeStrout commented 3 months ago
  1. Added from_points, union, and contains methods to BBox3D.
  2. Clarified (and corrected minor typos in) doc strings in BBox3D.
  3. In VolumetricIndex, modified from_coords so it take its resolution as a CUE-friendly sequence as well as a Vec3D; also registered it with the builder, so you can actually create one in a CUE file now.
  4. Added union and contains methods to VolumetricIndex as well.
  5. Added doc strings to VolumetricIndex, which previously had none.
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (6becd9b) to head (26bdf6b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #775 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 141 141 Lines 5746 5764 +18 ========================================= + Hits 5746 5764 +18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.