Skip to content

Aggressive constprop in Dirichlet #141

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
Nov 15, 2022

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Nov 15, 2022

After this, the following is type-inferred:

julia> @inferred (r -> Dirichlet(r))(Chebyshev(0..1))
ConcreteDirichlet : Chebyshev(0..1)  2-element ArraySpace:
ConstantSpace{DomainSets.Point{Int64}, Float64}[ConstantSpace(Point(0)), ConstantSpace(Point(1))]
 1.0  -1.0  1.0  -1.0  1.0  -1.0  1.0  -1.0  1.0  -1.0  
 1.0   1.0  1.0   1.0  1.0   1.0  1.0   1.0  1.0   1.0  

@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Base: 67.74% // Head: 67.79% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (f9450ca) compared to base (bd975f5).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   67.74%   67.79%   +0.05%     
==========================================
  Files          28       28              
  Lines        2477     2481       +4     
==========================================
+ Hits         1678     1682       +4     
  Misses        799      799              
Impacted Files Coverage Δ
src/Spaces/Chebyshev/ChebyshevOperators.jl 94.07% <100.00%> (+0.18%) ⬆️

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

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

@jishnub jishnub merged commit 968475f into JuliaApproximation:master Nov 15, 2022
@jishnub jishnub deleted the Dirichletconstprop branch November 15, 2022 07:58
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