Commit cc3fbbe
committed
refactor: import config surface from autogalaxy instead of autoconf
Rewrite `from autoconf[.sub] import X` to `from autogalaxy import X` across scripts,
notebooks and markdown, so workspace code imports the config/serialization
surface (conf, jax_wrapper, with_test_mode_segment, dictable/fitsable helpers,
etc.) through the science library rather than depending on `autoconf` directly.
The Colab bootstrap `from autoconf import setup_colab` is intentionally left on
autoconf: it runs before the library is pip-installed on Colab. Notebooks were
updated by the same deterministic line-level transform as the scripts (the
catalogue files embed no import lines and are unaffected).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN1 parent 46e553b commit cc3fbbe
55 files changed
Lines changed: 584 additions & 584 deletions
File tree
- markdown/chapter_1_introduction
- notebooks
- chapter_1_introduction
- chapter_2_modeling
- chapter_3_search_chaining
- chapter_4_pixelizations
- chapter_optional
- simulators
- scripts
- chapter_1_introduction
- chapter_2_modeling
- chapter_3_search_chaining
- chapter_4_pixelizations
- chapter_optional
- simulators
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments