Skip to content

Define Normalized type aliases #175

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

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jan 8, 2023

After this,

julia> NormalizedChebyshev() isa NormalizedChebyshev
true

This works for most cases, except NormalizedLegendre, which isn't its own type.

julia> NormalizedLegendre() isa NormalizedJacobi
true

@codecov
Copy link

codecov bot commented Jan 8, 2023

Codecov Report

Base: 61.05% // Head: 67.28% // Increases project coverage by +6.23% 🎉

Coverage data is based on head (7dacb1b) compared to base (864d832).
Patch coverage: 80.48% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
+ Coverage   61.05%   67.28%   +6.23%     
==========================================
  Files          28       28              
  Lines        2488     2485       -3     
==========================================
+ Hits         1519     1672     +153     
+ Misses        969      813     -156     
Impacted Files Coverage Δ
src/ApproxFunOrthogonalPolynomials.jl 66.66% <ø> (ø)
src/Spaces/Chebyshev/Chebyshev.jl 59.57% <ø> (+1.41%) ⬆️
src/Spaces/Hermite/Hermite.jl 70.51% <ø> (+21.79%) ⬆️
src/Spaces/Laguerre/Laguerre.jl 60.13% <ø> (+1.35%) ⬆️
src/Spaces/Jacobi/Jacobi.jl 65.04% <66.66%> (+1.94%) ⬆️
src/Spaces/PolynomialSpace.jl 88.75% <75.00%> (+0.35%) ⬆️
src/Spaces/Jacobi/JacobiOperators.jl 80.68% <81.48%> (+13.26%) ⬆️
src/Spaces/Ultraspherical/Ultraspherical.jl 79.31% <100.00%> (+1.72%) ⬆️
... and 15 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jishnub jishnub merged commit 72b4eb4 into JuliaApproximation:master Jan 8, 2023
@jishnub jishnub deleted the NormalizedPolytypes branch January 8, 2023 13:15
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.

1 participant