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 contig check for single element arrays #1362

Merged
merged 2 commits into from
Feb 26, 2024
Merged

Commits on Feb 26, 2024

  1. Fix nightly lints

    Co-authored-by: Adam Reichold <adamreichold@users.noreply.github.com>
    bluss and adamreichold committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    974f7f7 View commit details
    Browse the repository at this point in the history
  2. dimension: Fix contig check for single element arrays

    When an array has 0 or 1 elements, strides don't matter anymore. The
    general case of this function handled this correctly, but the special
    case for ndim == 1 did not.
    bluss committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b02ae59 View commit details
    Browse the repository at this point in the history