Skip to content

Fix bug in Outer Tracker Barrel cabling map#663

Draft
gabrielribcesario wants to merge 1 commit intotkLayout:mainfrom
gabrielribcesario:ot-cabling-bug
Draft

Fix bug in Outer Tracker Barrel cabling map#663
gabrielribcesario wants to merge 1 commit intotkLayout:mainfrom
gabrielribcesario:ot-cabling-bug

Conversation

@gabrielribcesario
Copy link
Copy Markdown
Contributor

@gabrielribcesario gabrielribcesario commented Apr 1, 2026

Fix bug in Outer Tracker Barrel cabling map

The isLower state variable was declared inside the for loop, causing it to be reassigned false at every iteration. This caused the majority of bundles to hit the fallback in if (!isLowerAssigned).

This commit fixes #659.

@gabrielribcesario gabrielribcesario added bug Validated The output of this PR was verified to be correct labels Apr 1, 2026
@gabrielribcesario gabrielribcesario marked this pull request as draft April 1, 2026 14:33
@gabrielribcesario gabrielribcesario removed Validated The output of this PR was verified to be correct labels Apr 1, 2026
The `isLower` state variable was declared inside the for loop, causing it to be reassigned false at every iteration. This caused the majority of bundles to hit the fallback in `if (!isLowerAssigned)`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug in OT cabling

1 participant