-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmoke_tests.txt
More file actions
26 lines (25 loc) · 1.36 KB
/
smoke_tests.txt
File metadata and controls
26 lines (25 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# HowToLens smoke test list — one path per line, relative to `scripts/`.
# Consumed by `.github/scripts/run_smoke.py` (CI) and by the `/smoke-test` skill.
#
# Chapter 1 tutorials are fast and representative — they exercise core PyAutoLens
# API (profiles, galaxies, tracers, imaging, fitting) without running non-linear
# searches. Chapter 2+ modeling tutorials are heavier; add them here once we've
# confirmed they run green under PYAUTO_TEST_MODE=2.
#
# tutorial_0_visualization.py and tutorial_7_fitting.py are intentionally
# excluded — both depend on pre-simulated datasets inherited from
# autolens_workspace conventions that HowToLens does not ship:
#
# tutorial_0 → dataset/imaging/simple__no_lens_light (no auto-sim fallback)
# tutorial_7 → dataset/imaging/simple__no_lens_light__mass_sis (line ~615,
# no auto-sim fallback; the earlier `howtolens` dataset load
# does have one)
#
# Both need a content-alignment pass (auto-sim blocks or switched dataset paths)
# before they can be included here. Tracked as a follow-up to the bootstrap PR.
chapter_1_introduction/tutorial_1_grids_and_galaxies.py
chapter_1_introduction/tutorial_2_ray_tracing.py
chapter_1_introduction/tutorial_4_point_sources.py
chapter_1_introduction/tutorial_5_lensing_formalism.py
chapter_1_introduction/tutorial_6_data.py
chapter_1_introduction/tutorial_8_summary.py