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: Add shift and fd order option to all FD operators: #2258

Merged
merged 2 commits into from
Nov 13, 2023

api: docstring for diff operators

8b1ce77
Select commit
Loading
Failed to load commit list.
Merged

api: Add shift and fd order option to all FD operators: #2258

api: docstring for diff operators
8b1ce77
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2023 in 0s

86.94% (target 1.00%)

View this Pull Request on Codecov

86.94% (target 1.00%)

Details

Codecov Report

Merging #2258 (8b1ce77) into master (39a8486) will increase coverage by 0.05%.
The diff coverage is 97.85%.

@@            Coverage Diff             @@
##           master    #2258      +/-   ##
==========================================
+ Coverage   86.88%   86.94%   +0.05%     
==========================================
  Files         229      229              
  Lines       42033    42109      +76     
  Branches     7760     7777      +17     
==========================================
+ Hits        36521    36612      +91     
+ Misses       4871     4854      -17     
- Partials      641      643       +2     
Files Coverage Δ
devito/finite_differences/differentiable.py 94.27% <100.00%> (+0.06%) ⬆️
tests/test_derivatives.py 100.00% <100.00%> (ø)
tests/test_tensors.py 95.56% <100.00%> (+0.87%) ⬆️
devito/finite_differences/operators.py 64.28% <87.50%> (+7.14%) ⬆️
devito/types/tensor.py 92.59% <93.33%> (+7.09%) ⬆️