Skip to content

Conversation

@lou-roboflow
Copy link
Collaborator

Description

PR 1853 added a detections rollup block - an extra folder was left in there due to a block renaming, so adding this PR to remove it.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

Existing test cases cover the change.

Any specific deployment considerations

N/A

Docs

  • [N/A] Docs updated? What were the changes:

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes a duplicate detections_rollup folder that was inadvertently left behind after a block renaming in PR 1853. The correct implementation exists in the detections_list_rollup folder, which is properly imported and used throughout the codebase.

Key changes:

  • Removal of duplicate implementation file (detections_rollup/v1.py)
  • Cleanup of duplicate package structure

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
inference/core/workflows/core_steps/fusion/detections_rollup/v1.py Removes duplicate implementation of DetectionsListRollUpBlockV1 (1154 lines) - the correct version exists in detections_list_rollup/v1.py
inference/core/workflows/core_steps/fusion/detections_rollup/__init__.py Empty init file for the duplicate package being removed

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@grzegorz-roboflow grzegorz-roboflow merged commit bbe42d5 into main Jan 5, 2026
57 checks passed
@grzegorz-roboflow grzegorz-roboflow deleted the DetectionsListRollupOptimizations2 branch January 5, 2026 21:46
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.

3 participants