Skip to content

Support InfiniteArrays v0.9 #69

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 7 commits into from
Jan 16, 2021
Merged

Support InfiniteArrays v0.9 #69

merged 7 commits into from
Jan 16, 2021

Conversation

dlfivefifty
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #69 (6a980ff) into master (322b156) will decrease coverage by 0.58%.
The diff coverage is 86.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   81.39%   80.80%   -0.59%     
==========================================
  Files           4        4              
  Lines         387      396       +9     
==========================================
+ Hits          315      320       +5     
- Misses         72       76       +4     
Impacted Files Coverage Δ
src/ContinuumArrays.jl 85.85% <85.71%> (-2.81%) ⬇️
src/bases/bases.jl 79.04% <87.50%> (+0.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 322b156...6a980ff. Read the comment docs.

@@ -503,6 +510,20 @@ LinearAlgebra.factorize(L::Chebyshev) =
# This is wrong but just for tests
Base.broadcasted(::LazyQuasiArrayStyle{2}, ::typeof(*), a::Expansion{<:Any,<:Chebyshev}, b::Chebyshev) = b * Matrix(I, 5, 5)

struct QuadraticMap{T} <: Map{T} end
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TSGut This now works. Note the simpler construction: just need to overload invmap, getindex, axes.

I'll merge and tag this soon.

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