Skip to content
Snippets Groups Projects

Fix using slice(None) as default value for double sized strixels

Merged Philipp Schmidt requested to merge fix/JF-strixel-double-pixel-default into master
1 unresolved thread

Description

As reported by Nuno, a missing double sized pixel definition in the hardcoded conversion files for strixels unfortunately uses slice(None) / np.s_[:] instead, effectively making all pixels double-sized. This MR fixes this by using np.s_[:0] instead.

How Has This Been Tested?

TBD CI

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Reviewers

@kluyvert @hammerd

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading