jmert / AssociatedLegendrePolynomials.jl

A library for calculating the Associated Legendre polynomials
https://jmert.github.io/AssociatedLegendrePolynomials.jl/
MIT License
20 stars 2 forks source link

Rename interface functions #17

Closed jmert closed 4 years ago

jmert commented 4 years ago

I went with renaming to Legendre.coeff_? instead of the redundant Legendre.legendre_? as suggested in the issue, and Plm_00 is being renamed to initcond.

Fixes #7

codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   95.52%   95.52%           
=======================================
  Files           9        9           
  Lines         246      246           
=======================================
  Hits          235      235           
  Misses         11       11           
Impacted Files Coverage Δ
src/interface.jl 66.66% <ø> (ø)
src/norm_sphere.jl 100.00% <ø> (ø)
src/norm_unit.jl 100.00% <ø> (ø)
src/calculation.jl 95.72% <100.00%> (ø)
src/norm_table.jl 94.28% <100.00%> (ø)

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 d08c4b0...eb47615. Read the comment docs.