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

feat(python/core/geometry): expose geometry utility functions #391

Merged
merged 15 commits into from
Oct 25, 2024
Merged

Conversation

jnooree
Copy link
Member

@jnooree jnooree commented Oct 25, 2024

Checklist

If the change is related to the source code, tests, or build environments, please also check the following:

  • Does ./scripts/run_clang_tools.sh pass without any warnings?
  • Have you built the project locally without any warnings and errors?
  • Does all tests (if new tests are added, including the new ones) pass?

If you added new feature(s), then also check the following:

  • Did you also add corresponding tests?

Linked Issues

Link the tracking issue(s) of this PR, with the auto-close keywords here:


@jnooree jnooree added feature New feature or request api python Related to python interface and removed api labels Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 84.41558% with 12 lines in your changes missing coverage. Please review.

Project coverage is 90.51%. Comparing base (ef41c4d) to head (77ebc9f).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
python/src/nuri/core/geometry_module.cpp 83.87% 10 Missing ⚠️
python/include/nuri/python/utils.h 81.81% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #391      +/-   ##
==========================================
- Coverage   90.54%   90.51%   -0.03%     
==========================================
  Files          43       44       +1     
  Lines       11085    11149      +64     
==========================================
+ Hits        10037    10092      +55     
- Misses       1048     1057       +9     
Files with missing lines Coverage Δ
python/include/nuri/python/core/core_module.h 92.55% <100.00%> (+0.13%) ⬆️
python/src/nuri/_log_interface_module.cpp 80.00% <ø> (ø)
python/src/nuri/core/_core_module.cpp 100.00% <ø> (ø)
python/include/nuri/python/utils.h 94.89% <81.81%> (+0.19%) ⬆️
python/src/nuri/core/geometry_module.cpp 83.87% <83.87%> (ø)

@jnooree jnooree merged commit 19a88e3 into main Oct 25, 2024
11 of 14 checks passed
@jnooree jnooree deleted the align-py branch October 25, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request python Related to python interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant