Commit 8a7dfda
Release 7.0.7
Fixes flattened distribution percentages entered cell-by-cell not
reaching the simulation: edits were persisted as stray `#flat#` data rows
instead of into the `flattened` table, so the GUI showed the values while
the run read empty/stale fractions (silently wrong results, or a 500 when
all-NULL). Percent edits now persist via store_flattened_data and
store_data refuses `#flat#` variables. Affects all variants. Datasets
already in the split state are corrected by a one-time data repair
(backfill flattened fractions from the stray rows, then drop them); no
schema migration.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TK5t4sdc7z5SxdGvdmxoe71 parent 2c3d72f commit 8a7dfda
3 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
1 | 20 | | |
2 | 21 | | |
3 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments