Commit 92cf0d3
fix: remove sdr_as_percent kwarg from compute_syndrome_density() call (#30)
compute_syndrome_density() does not accept sdr_as_percent — the flag is
only used downstream in train.py for display formatting (the SDR unit
shown as "%" vs "x"). Passing it caused a TypeError that aborted the
orientation-inference long-running CI job after a full training epoch.
Fixes: TypeError: compute_syndrome_density() got an unexpected keyword
argument 'sdr_as_percent'
Signed-off-by: Ivan Basov <ibasov@nvidia.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 97d7d35 commit 92cf0d3
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1425 | 1425 | | |
1426 | 1426 | | |
1427 | 1427 | | |
1428 | | - | |
1429 | 1428 | | |
1430 | 1429 | | |
1431 | 1430 | | |
| |||
0 commit comments