Commit f652baf
Remove income variable check from generate(), keep in upload validator
The generate() method only modifies household_weight — the income
variables come from the input dataset and their key names vary between
builds. Income validation belongs in the upload validator which uses
Microsimulation to compute and verify employment_income > $5T.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 22076cb commit f652baf
1 file changed
Lines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 227 | + | |
244 | 228 | | |
245 | 229 | | |
246 | 230 | | |
| |||
0 commit comments