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

update docstrings #103

Merged
merged 2 commits into from
Mar 8, 2022

Conversation

hyrodium
Copy link
Collaborator

@hyrodium hyrodium commented Nov 4, 2021

This PR fixes #100.

@hyrodium hyrodium requested a review from dlfivefifty November 4, 2021 14:28
@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #103 (74b53d9) into master (e8b1e80) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
- Coverage   97.04%   96.96%   -0.08%     
==========================================
  Files           9        8       -1     
  Lines        1149     1154       +5     
==========================================
+ Hits         1115     1119       +4     
- Misses         34       35       +1     
Impacted Files Coverage Δ
src/gausschebyshev.jl 100.00% <ø> (ø)
src/gausshermite.jl 100.00% <ø> (ø)
src/gaussjacobi.jl 99.26% <ø> (+<0.01%) ⬆️
src/gausslaguerre.jl 92.69% <ø> (-0.25%) ⬇️
src/gausslegendre.jl 98.73% <ø> (+<0.01%) ⬆️
src/gausslobatto.jl 100.00% <ø> (ø)
src/gaussradau.jl 100.00% <ø> (ø)
src/FastGaussQuadrature.jl
... and 2 more

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 e8b1e80...74b53d9. Read the comment docs.

@hyrodium hyrodium closed this Feb 27, 2022
@hyrodium hyrodium reopened this Feb 27, 2022
@hyrodium hyrodium merged commit 8b12217 into JuliaApproximation:master Mar 8, 2022
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.

docstring format is not unified
1 participant