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

ScatteredInterpolation.jl #5

Merged
merged 5 commits into from
Sep 8, 2022
Merged

Conversation

behinger
Copy link
Collaborator

@behinger behinger commented Jul 6, 2022

  • added ScatteredInterpolations.jl support
  • added docstring

Note: Currently the Scatteredinterpolators are ~100 slower... no idea why yet :)

@behinger behinger marked this pull request as draft July 22, 2022 13:00
@behinger behinger mentioned this pull request Aug 5, 2022
@behinger behinger mentioned this pull request Aug 23, 2022
@palday
Copy link
Collaborator

palday commented Aug 30, 2022

superseded by #20

@palday palday closed this Aug 30, 2022
@behinger
Copy link
Collaborator Author

it seems that #20 only implements ScatteredInterpolation.jl for extrapolating the boundary helper-points.

Whereas this implements ScatteredInterpolation for all points as interpolators.

Did I miss something?

@SimonDanisch
Copy link
Member

No, I think we could still merge this, even though it may not be the best interpolator...

@SimonDanisch SimonDanisch reopened this Aug 31, 2022
@behinger
Copy link
Collaborator Author

they are for sure not the best ones, super slow for started. But there are plenty of different algorithms implemented.

@codecov-commenter
Copy link

Codecov Report

Merging #5 (a4aa0f9) into master (580252f) will decrease coverage by 5.50%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   89.85%   84.35%   -5.51%     
==========================================
  Files           5        5              
  Lines         138      147       +9     
==========================================
  Hits          124      124              
- Misses         14       23       +9     
Impacted Files Coverage Δ
src/TopoPlots.jl 100.00% <ø> (ø)
src/interpolators.jl 60.00% <0.00%> (-33.75%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@SimonDanisch SimonDanisch marked this pull request as ready for review September 7, 2022 20:11
@SimonDanisch SimonDanisch merged commit 9ad8f41 into master Sep 8, 2022
@SimonDanisch SimonDanisch deleted the ScatteredInterpolations branch September 8, 2022 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants