Commit 1cb425c
[FSTORE-1412][Append] Map legacy stddev key to std_dev in stats constructors
After the stddev -> std_dev rename, backend payloads and older callers still
pass the lowercase `stddev` key, which fell into **kwargs and left std_dev as
None — breaking transformation functions that read statistics.<feature>.stddev.
Accept the legacy `stddev` key in both FeatureDescriptiveStatistics and
FeatureTransformationStatistics constructors (std_dev takes precedence).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent da74d8b commit 1cb425c
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments