trixi-framework / PointNeighbors.jl

PointNeighbors.jl: Neighborhood search with fixed search radius in Julia
https://trixi-framework.github.io/PointNeighbors.jl/
MIT License
10 stars 1 forks source link

Rename files according to `nhs_*.jl` #16

Closed LasNikas closed 1 month ago

LasNikas commented 1 month ago

Keeping in mind that more searches will be added, then this could increase readability in the directory, no?

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 74.86%. Comparing base (940941a) to head (e5ae37d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16 +/- ## ======================================= Coverage 74.86% 74.86% ======================================= Files 7 7 Lines 191 191 ======================================= Hits 143 143 Misses 48 48 ``` | [Flag](https://app.codecov.io/gh/trixi-framework/PointNeighbors.jl/pull/16/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/trixi-framework/PointNeighbors.jl/pull/16/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | `74.86% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework#carryforward-flags-in-the-pull-request-comment) to find out more.

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

efaulhaber commented 1 month ago

I have a local branch depending on #8 and #9 where I move these files to a separate folder neighborhood_searches, so that we have neighborhood_searches/trivial.jl, neighborhood_searches/grid.jl and so on.