Skip to content

OutputRef cannot be accessed in a method when padding is also enabled#631

Merged
dkazanc merged 1 commit intomainfrom
output_ref_fix
Oct 2, 2025
Merged

OutputRef cannot be accessed in a method when padding is also enabled#631
dkazanc merged 1 commit intomainfrom
output_ref_fix

Conversation

@dkazanc
Copy link
Collaborator

@dkazanc dkazanc commented Oct 1, 2025

It is a combination when we produce side_output with the centering method and then trying to access that value with a following method (e.g. reconstruction) that is also does the padding. Test to reproduce the issue is probably needed.

A possible workaround to avoid accessing the nonexistent value in OutputRef.

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have made corresponding changes to the documentation

@dkazanc dkazanc merged commit 8214f88 into main Oct 2, 2025
9 of 11 checks passed
@dkazanc dkazanc deleted the output_ref_fix branch October 2, 2025 08:26
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.

1 participant