Skip to content

Hotfix check_array#2889

Merged
FabioLuporini merged 3 commits intomainfrom
hotfix-check-array
Apr 17, 2026
Merged

Hotfix check_array#2889
FabioLuporini merged 3 commits intomainfrom
hotfix-check-array

Conversation

@FabioLuporini
Copy link
Copy Markdown
Contributor

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.48%. Comparing base (1614555) to head (b255cca).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2889   +/-   ##
=======================================
  Coverage   83.47%   83.48%           
=======================================
  Files         248      248           
  Lines       51471    51472    +1     
  Branches     4433     4434    +1     
=======================================
+ Hits        42964    42969    +5     
+ Misses       7756     7753    -3     
+ Partials      751      750    -1     
Flag Coverage Δ
pytest-gpu-aomp-amdgpuX 68.80% <40.00%> (+<0.01%) ⬆️
pytest-gpu-gcc- 78.07% <100.00%> (-0.01%) ⬇️
pytest-gpu-icx- 77.70% <100.00%> (+0.01%) ⬆️
pytest-gpu-nvc-nvidiaX 69.32% <40.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

raise ValueError("Cannot round up with negative `step`")
if not is_integer(step):
raise ValueError("`step` must be an integer")
if step < 1:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have never experienced such joy

@FabioLuporini FabioLuporini merged commit 2fa5517 into main Apr 17, 2026
62 of 63 checks passed
@FabioLuporini FabioLuporini deleted the hotfix-check-array branch April 17, 2026 12:29
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