Skip to content

union rule for Chebyshev and Jacobi #83

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 3 commits into from
Aug 10, 2022

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 10, 2022

Fixes

julia> S = Chebyshev(0..1)
Chebyshev(0..1)

julia> union(S, setdomain(Jacobi(S), 1..2))
Jacobi(-0.5,-0.5,0..1)⨄Jacobi(-0.5,-0.5,1..2)

julia> union(Chebyshev(0..1), Legendre(1..2))
Chebyshev(0..1)⨄Legendre(1..2)

@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #83 (39d41fd) into master (81e2851) will increase coverage by 0.07%.
The diff coverage is 90.00%.

❗ Current head 39d41fd differs from pull request most recent head e95630b. Consider uploading reports for the commit e95630b to get more accurate results

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
+ Coverage   57.41%   57.48%   +0.07%     
==========================================
  Files          27       27              
  Lines        2402     2406       +4     
==========================================
+ Hits         1379     1383       +4     
  Misses       1023     1023              
Impacted Files Coverage Δ
src/Spaces/Jacobi/JacobiOperators.jl 54.27% <90.00%> (+0.60%) ⬆️

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

@jishnub jishnub merged commit deae5c7 into JuliaApproximation:master Aug 10, 2022
@jishnub jishnub deleted the unionrule branch August 10, 2022 12:47
jishnub added a commit to jishnub/ApproxFunOrthogonalPolynomials.jl that referenced this pull request Aug 10, 2022
* union rule for Chebyshev and Jacobi

* incompatible domain cheby-legendre union

* version bump to v0.4.13
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