Skip to content
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

api: Always make subsampling factor symbolic #2259

Merged
merged 1 commit into from
Nov 10, 2023

api: always make subsampling factor symbolic

6c62e3a
Select commit
Loading
Failed to load commit list.
Merged

api: Always make subsampling factor symbolic #2259

api: always make subsampling factor symbolic
6c62e3a
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 6, 2023 in 0s

86.95% (target 1.00%)

View this Pull Request on Codecov

86.95% (target 1.00%)

Details

Codecov Report

Merging #2259 (6c62e3a) into master (7c155e0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2259   +/-   ##
=======================================
  Coverage   86.95%   86.95%           
=======================================
  Files         229      229           
  Lines       41939    41970   +31     
  Branches     7748     7752    +4     
=======================================
+ Hits        36466    36495   +29     
- Misses       4836     4838    +2     
  Partials      637      637           
Files Coverage Δ
devito/symbolics/extended_sympy.py 96.08% <100.00%> (ø)
devito/types/dense.py 93.88% <100.00%> (ø)
devito/types/dimension.py 92.29% <100.00%> (-0.19%) ⬇️
devito/types/grid.py 92.66% <100.00%> (ø)
tests/test_dimension.py 100.00% <100.00%> (ø)