Skip to content

fix Overflow error in saving flows in io.save_masks#1261

Merged
mrariden merged 1 commit intoMouseLand:mainfrom
pywugate:main
Jul 22, 2025
Merged

fix Overflow error in saving flows in io.save_masks#1261
mrariden merged 1 commit intoMouseLand:mainfrom
pywugate:main

Conversation

@pywugate
Copy link
Copy Markdown
Contributor

@pywugate pywugate commented Jul 3, 2025

fix overflow error (issue: #1256) by directly saving RGB uint8 flows[0] (discussion : #1257)

not do any conversions at all and just save them directly
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.89%. Comparing base (8483650) to head (4b4ffd7).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1261      +/-   ##
==========================================
- Coverage   48.96%   48.89%   -0.07%     
==========================================
  Files          16       16              
  Lines        3762     3767       +5     
==========================================
  Hits         1842     1842              
- Misses       1920     1925       +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.

@mrariden mrariden linked an issue Jul 22, 2025 that may be closed by this pull request
@mrariden mrariden merged commit 5f3ea08 into MouseLand:main Jul 22, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Overflow error in saving flows

2 participants