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

misc: fix UnboundTuple for None partile #2256

Merged
merged 3 commits into from
Nov 3, 2023
Merged

misc: fix UnboundTuple for None partile #2256

merged 3 commits into from
Nov 3, 2023

Conversation

mloubout
Copy link
Contributor

@mloubout mloubout commented Nov 1, 2023

Fix broken 2.5d tile

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #2256 (b86d0b4) into master (465e72b) will increase coverage by 0.00%.
The diff coverage is 85.29%.

@@           Coverage Diff           @@
##           master    #2256   +/-   ##
=======================================
  Coverage   86.94%   86.95%           
=======================================
  Files         229      229           
  Lines       41880    41919   +39     
  Branches     7733     7740    +7     
=======================================
+ Hits        36414    36451   +37     
+ Misses       4832     4831    -1     
- Partials      634      637    +3     
Files Coverage Δ
devito/arch/compiler.py 40.00% <ø> (ø)
devito/core/operator.py 84.36% <100.00%> (ø)
devito/passes/iet/parpragma.py 88.80% <100.00%> (ø)
tests/test_tools.py 100.00% <100.00%> (ø)
tests/test_unexpansion.py 100.00% <100.00%> (ø)
devito/passes/iet/languages/openacc.py 63.80% <0.00%> (ø)
devito/passes/clusters/blocking.py 88.80% <71.42%> (-0.65%) ⬇️
devito/tools/data_structures.py 68.66% <75.00%> (+1.12%) ⬆️

@mloubout mloubout force-pushed the none-tile branch 2 times, most recently from b2c76c9 to a1011c2 Compare November 1, 2023 20:08
@mloubout mloubout force-pushed the none-tile branch 7 times, most recently from 6ae8012 to 1403dfd Compare November 2, 2023 16:28
@mloubout mloubout merged commit 40d9fbc into master Nov 3, 2023
32 checks passed
@mloubout mloubout deleted the none-tile branch November 3, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants