Skip to content

Make qimage_to_array() work on big endian #288

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

Merged
merged 3 commits into from
Apr 7, 2025

Conversation

penguinpee
Copy link
Contributor

Make sure the returned ndarray is ordered the same as on little
endian systems.

Solves #287

penguinpee and others added 2 commits April 7, 2025 00:10
Make sure the returned ndarray is ordered the same as on little
endian systems.

Solves pyapp-kit#287
Copy link

codecov bot commented Apr 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.01%. Comparing base (49a8114) to head (4b5887a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
- Coverage   87.14%   87.01%   -0.13%     
==========================================
  Files          49       49              
  Lines        3772     3774       +2     
==========================================
- Hits         3287     3284       -3     
- Misses        485      490       +5     

☔ 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.

@tlambert03 tlambert03 merged commit 358d041 into pyapp-kit:main Apr 7, 2025
43 checks passed
@penguinpee penguinpee deleted the big_endian branch April 7, 2025 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants