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

Fix memory access error on 5x5 sensors #25

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

leoyala
Copy link
Collaborator

@leoyala leoyala commented Aug 21, 2024

Description

Fixes memory access error when mosaic share is not divisible by raw image dimensions.

Related Issue

#24

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've updated the code style using the pre-commit hooks.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring for all the methods and classes that I used.

@leoyala leoyala added the bugfix Solution to a bug label Aug 21, 2024
@leoyala leoyala added this to the v0.2.1 milestone Aug 21, 2024
@leoyala leoyala self-assigned this Aug 21, 2024
@leoyala leoyala linked an issue Aug 21, 2024 that may be closed by this pull request
@leoyala leoyala merged commit d6a9308 into develop Aug 21, 2024
5 checks passed
@leoyala leoyala deleted the 24-memory-access-error-on-5x5-mosaic-patterns branch August 21, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Solution to a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory access error on 5x5 mosaic patterns
1 participant