-
Notifications
You must be signed in to change notification settings - Fork 63
Feature: Ancestor search #1714
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
base: main
Are you sure you want to change the base?
Feature: Ancestor search #1714
Conversation
…docstring still missing
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1714 +/- ##
==========================================
+ Coverage 77.41% 77.44% +0.03%
==========================================
Files 113 113
Lines 19178 19095 -83
==========================================
- Hits 14847 14789 -58
+ Misses 4331 4306 -25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Davknapp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A first round of remarks! Thanks for this addition!
Co-authored-by: David Knapp <david.knapp@dlr.de>
Co-authored-by: David Knapp <david.knapp@dlr.de>
…h [] from std::vector anyways
|
Tests are passing now. Only a minor change was required (removing constexpr). |
|
In general it looks good, but Codecov tells me, that the functions in t8_forest_private.cxx are not covered. I am ok with merging, if we start to develop a test on another branch. |
|
I will have a look at it and decide if we merge now or if i could develop a test quickly. |
|
CodeCov won't let us merge until the patch does not decrease the overall coverage by more than 0.2% |
|
Alright, will do the tests here then :) |
Closes #1715
Describe your changes here:
Currently waiting for #1640 to merge.
Will add a description afterwards.
All these boxes must be checked by the AUTHOR before requesting review:
Documentation:,Bugfix:,Feature:,Improvement:orOther:.All these boxes must be checked by the REVIEWERS before merging the pull request:
As a reviewer please read through all the code lines and make sure that the code is fully understood, bug free, well-documented and well-structured.
General
Tests
If the Pull request introduces code that is not covered by the github action (for example coupling with a new library):
Scripts and Wiki
script/find_all_source_files.scpto check the indentation of these files.License
doc/(or already has one).