Skip to content

fix jacobi evaluation #90

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
Aug 18, 2022
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 18, 2022

After this PR, the following works:

julia> f = Fun(Jacobi(0,0), Float64[1,2,3])
Fun(Legendre(), [1.0, 2.0, 3.0])

julia> Evaluation(1) * f
6.0 on Point(1)

@codecov
Copy link

codecov bot commented Aug 18, 2022

Codecov Report

Merging #90 (ea444d9) into master (987df98) will increase coverage by 0.28%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   57.62%   57.91%   +0.28%     
==========================================
  Files          27       27              
  Lines        2414     2414              
==========================================
+ Hits         1391     1398       +7     
+ Misses       1023     1016       -7     
Impacted Files Coverage Δ
src/Spaces/Jacobi/JacobiOperators.jl 57.46% <100.00%> (+2.27%) ⬆️
src/specialfunctions.jl 68.88% <0.00%> (-2.23%) ⬇️
src/Spaces/Jacobi/Jacobi.jl 57.42% <0.00%> (+0.99%) ⬆️

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 b08b5aa into JuliaApproximation:master Aug 18, 2022
@jishnub jishnub deleted the jacobievaluation branch August 18, 2022 09:27
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