Skip to content

Orthogonalize defaultgetindex #487

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
Jun 17, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jun 16, 2023

Instead of defining methods for every combination of Integer and vector indices, we may determine the number of dimensions in the result and dispatch to more generic methods.

@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Patch coverage: 89.65% and project coverage change: -1.57 ⚠️

Comparison is base (2f401fa) 71.22% compared to head (8b6dfe0) 69.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #487      +/-   ##
==========================================
- Coverage   71.22%   69.66%   -1.57%     
==========================================
  Files          80       81       +1     
  Lines        8331     8476     +145     
==========================================
- Hits         5934     5905      -29     
- Misses       2397     2571     +174     
Impacted Files Coverage Δ
src/ApproxFunBase.jl 84.00% <ø> (+0.66%) ⬆️
src/LinearAlgebra/blas.jl 77.77% <ø> (ø)
src/Spaces/Spaces.jl 45.23% <ø> (-21.83%) ⬇️
src/Operators/qr.jl 57.89% <22.22%> (-2.82%) ⬇️
src/Spaces/SumSpace.jl 68.01% <33.33%> (-1.66%) ⬇️
src/Operators/SubOperator.jl 82.35% <50.00%> (-0.82%) ⬇️
src/Operators/banded/CalculusOperator.jl 74.59% <80.64%> (+0.02%) ⬆️
src/Operators/functionals/CalculusFunctional.jl 79.48% <86.66%> (+7.07%) ⬆️
src/Operators/Operator.jl 72.01% <88.88%> (+4.43%) ⬆️
src/eigen.jl 96.42% <96.42%> (ø)
... and 6 more

... and 45 files with indirect coverage changes

☔ 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 6f0cf81 into JuliaApproximation:master Jun 17, 2023
@jishnub jishnub deleted the defaultgetindex2 branch June 17, 2023 04:30
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