Commit ce1502a
Handle None values in unstacked test batch extraction
_wrap_single_sample_value returned [None] for None mask entries,
which later caused AttributeError on .device in TTA mask validation.
Return None directly so downstream code correctly skips masking.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 23a78a0 commit ce1502a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
0 commit comments