Skip to content

Fix indexing ConcreteEvaluation with AbstractRange #488

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 2 commits into from
Jun 21, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jun 21, 2023

Fixes

julia> Evaluation(JacobiWeight(0,0,Chebyshev()), 0.5)[1:4]
4-element Vector{Float64}:
  1.0
  0.5
 -0.5
 -1.0

@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (6f0cf81) 70.54% compared to head (85d2da8) 70.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #488   +/-   ##
=======================================
  Coverage   70.54%   70.54%           
=======================================
  Files          81       81           
  Lines        8477     8478    +1     
=======================================
+ Hits         5980     5981    +1     
  Misses       2497     2497           
Impacted Files Coverage Δ
src/Operators/functionals/Evaluation.jl 88.17% <100.00%> (+0.12%) ⬆️

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

@jishnub jishnub merged commit a48f495 into JuliaApproximation:master Jun 21, 2023
@jishnub jishnub deleted the evalrange branch June 21, 2023 06:52
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