Closed jmert closed 2 years ago
Merging #30 (59f4c01) into master (74d2d37) will decrease coverage by
0.02%
. The diff coverage is100.00%
.:exclamation: Current head 59f4c01 differs from pull request most recent head bbeb8e3. Consider uploading reports for the commit bbeb8e3 to get more accurate results
@@ Coverage Diff @@
## master #30 +/- ##
==========================================
- Coverage 96.57% 96.54% -0.03%
==========================================
Files 9 9
Lines 350 347 -3
==========================================
- Hits 338 335 -3
Misses 12 12
Impacted Files | Coverage Δ | |
---|---|---|
src/AssociatedLegendrePolynomials.jl | 100.00% <100.00%> (ø) |
|
src/norm_sphere.jl | 97.14% <0.00%> (-0.23%) |
:arrow_down: |
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 74d2d37...bbeb8e3. Read the comment docs.
Snag in this plan is that there appears to already be a registered LegendrePolynomials
package: https://github.com/JuliaRegistries/General/tree/master/L/LegendrePolynomials
Maybe AssociatedLegendrePolynomials
? That's getting to be a long name, but it technically is more accurate and something that this package provides that the registered package does not.
Thanks @jmert! I think AssociatedLegendrePolynomials makes sense as a name, I wouldnt worry about the length as long as it is specific.
As preparation for registering this package in the General repository, we need to make the name a bit more specific. Therefore, this PR implements changing the name from
Legendre
toLegendrePolynomials
AssociatedLegendrePolynomials
.TODO:
Towards #28.