Commit 56c04f3
committed
fix: restore alpha_wrt scalar registration missing from refac-params
The refac-params branch dropped the bare alpha_wrt scalar param from
definitions.py — it was in master's _wrt loop but not carried over.
This caused ./mfc.sh validate to reject example cases using 'alpha_wrt': 'T'
(the schema had patternProperties for alpha_wrt(N) but not the scalar form),
matching what master registers: both the bare scalar and the indexed forms.1 parent 4813369 commit 56c04f3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| 626 | + | |
626 | 627 | | |
627 | 628 | | |
628 | 629 | | |
| |||
0 commit comments