Commit 5928ce5
Fix galaxies_via_instance_from to include scaling_galaxies
Replace early-return + operator merge with list accumulation so that
both extra_galaxies and scaling_galaxies are always added to the galaxy
list. The old pattern caused scaling_galaxies to be silently dropped
when extra_galaxies was also present (integer key collision in af.Collection +).
Same fix applied to aggregator/galaxies.py _galaxies_from.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 13f65ce commit 5928ce5
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | | - | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
0 commit comments