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

Solve some issues; Add findneighbor, dataslice, and interpsliced #14

Merged
merged 12 commits into from
Dec 29, 2021
Merged

Conversation

iintSjds
Copy link
Member

No description provided.

@iintSjds iintSjds added the enhancement New feature or request label Dec 29, 2021
This was linked to issues Dec 29, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 29, 2021

Codecov Report

Merging #14 (659bc51) into master (b157da6) will increase coverage by 2.24%.
The diff coverage is 75.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   38.10%   40.34%   +2.24%     
==========================================
  Files           9        9              
  Lines         853      917      +64     
==========================================
+ Hits          325      370      +45     
- Misses        528      547      +19     
Impacted Files Coverage Δ
src/grid/simple.jl 93.26% <66.66%> (-0.91%) ⬇️
src/grid/interpolate.jl 76.88% <75.90%> (-2.68%) ⬇️
src/grid/composite.jl 95.19% <100.00%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b157da6...659bc51. Read the comment docs.

@kunyuan kunyuan merged commit a3cb549 into master Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support Base.length CompositeGrids support int
3 participants