Skip to content
Snippets Groups Projects

Check that output indices are stored

Merged Simon Praetorius requested to merge issue/repartition-check-is-sorted into master

The c++ algorithm std::is_sorted is marked with the attribute nodiscard. The result of the check that the output indexset is sorted is currently lost. This MR wraps this check in an if-not-then-throw block.

Merge request reports

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