Skip to content

negative bandwidth in interlace operator - #575

Open
jishnub wants to merge 1 commit into
JuliaApproximation:masterfrom
jishnub:interlacebw
Open

negative bandwidth in interlace operator#575
jishnub wants to merge 1 commit into
JuliaApproximation:masterfrom
jishnub:interlacebw

Conversation

@jishnub

@jishnub jishnub commented Aug 23, 2023

Copy link
Copy Markdown
Member

On master

julia> Derivative(Chebyshev() + Legendre())
DerivativeWrapper : Chebyshev()  Legendre()  Ultraspherical(1)  Jacobi(1,1)
 0.0  0.0  1.0                              
     0.0  0.0  1.0                          
         0.0  0.0  2.0                      
             0.0  0.0  1.5                  
                 0.0  0.0  3.0              
                     0.0  0.0  2.0          
                         0.0  0.0  4.0      
                             0.0  0.0  2.5  
                                 0.0  0.0  
                                     0.0  
                                         

With this,

julia> Derivative(Chebyshev() + Legendre())
DerivativeWrapper : Chebyshev()  Legendre()  Ultraspherical(1)  Jacobi(1,1)
         1.0                              
             1.0                          
                 2.0                      
                     1.5                  
                         3.0              
                             2.0          
                                 4.0      
                                     2.5  
                                         
                                         
                                         

@codecov

codecov Bot commented Aug 23, 2023

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 27.48%. Comparing base (c31337a) to head (a277049).
⚠️ Report is 88 commits behind head on master.

Files with missing lines Patch % Lines
src/Operators/general/InterlaceOperator.jl 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #575      +/-   ##
==========================================
- Coverage   27.53%   27.48%   -0.05%     
==========================================
  Files          80       80              
  Lines        8379     8390      +11     
==========================================
- Hits         2307     2306       -1     
- Misses       6072     6084      +12     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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