Skip to content

All coeffs in fromtensor #224

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
Oct 3, 2022

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Oct 3, 2022

This fixes

julia> f(x,y) = x*y
f (generic function with 1 method)

julia> L = LowRankFun(f, Chebyshev()  Chebyshev())
LowRankFun on Chebyshev()  Chebyshev() of rank 1.

julia> F = Fun(L)
Fun(Chebyshev()  Chebyshev(), [0.0, 0.0, 0.0, 0.0, 1.0])

julia> L(0.1, 0.2)  F(0.1, 0.2)
true

@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Base: 71.43% // Head: 71.43% // No change to project coverage 👍

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #224   +/-   ##
=======================================
  Coverage   71.43%   71.43%           
=======================================
  Files          77       77           
  Lines        8020     8020           
=======================================
  Hits         5729     5729           
  Misses       2291     2291           
Impacted Files Coverage Δ
src/Multivariate/TensorSpace.jl 75.68% <100.00%> (ø)

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 0b12c85 into JuliaApproximation:master Oct 3, 2022
@jishnub jishnub deleted the tensorspacecoeffs branch October 3, 2022 09:28
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