Skip to content

Store domainspace in TimesOperator #440

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Apr 13, 2023

This makes the domainspace of a TimesOperator type-inferred

julia> @inferred domainspace(Derivative() * Multiplication(Fun(), Chebyshev()))
Chebyshev()

@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Patch coverage: 87.50% and project coverage change: -47.47% ⚠️

Comparison is base (28eb4ea) 75.24% compared to head (d1fcd94) 27.77%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #440       +/-   ##
===========================================
- Coverage   75.24%   27.77%   -47.47%     
===========================================
  Files          80       80               
  Lines        8421     8406       -15     
===========================================
- Hits         6336     2335     -4001     
- Misses       2085     6071     +3986     
Files Changed Coverage Δ
src/Spaces/ConstantSpace.jl 14.87% <77.77%> (-42.39%) ⬇️
src/Operators/general/algebra.jl 66.84% <100.00%> (-25.80%) ⬇️
src/show.jl 62.96% <100.00%> (-34.26%) ⬇️

... and 68 files with indirect coverage changes

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

@jishnub jishnub force-pushed the timesopdomain branch 2 times, most recently from 787701a to 2356414 Compare April 17, 2023 07:21
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