|
4 | 4 | # - Entries without '/' match the file stem exactly |
5 | 5 | # Add an inline # comment to document the reason for skipping. |
6 | 6 | # |
| 7 | +# THIS LIST IS REPO-LOCAL. Do not copy entries from autolens_workspace (or any |
| 8 | +# other repo) into it. HowToLens contains only chapter_*/tutorial_*.py, so a |
| 9 | +# workspace path such as `gui/mask` or `cluster/modeling` can never match here; |
| 10 | +# it is silently inert, not a skip. In July 2026 this file had accumulated 28 |
| 11 | +# such entries against 2 real ones. Every entry below must match a file in THIS |
| 12 | +# repo — verify with `should_skip` in PyAutoHands/autobuild/build_util.py before |
| 13 | +# adding one. |
| 14 | +# |
7 | 15 | # SLOW-skip convention: |
8 | 16 | # Entries tagged `# SLOW <YYYY-MM-DD> - <reason>` mark scripts that are |
9 | 17 | # skipped because they exceed the per-script timeout cap (300s by |
|
19 | 27 | # the NEEDS_FIX marker. |
20 | 28 |
|
21 | 29 | - tutorial_searches |
22 | | -- guides/results/examples/samples # SLOW 2026-04-10 - exceeds 60s test timeout; unsets TEST_MODE for downstream examples |
23 | | -- guides/results/examples/samples_via_aggregator # SLOW 2026-04-10 - exceeds 60s test timeout; unsets TEST_MODE for downstream examples |
24 | | -- guides/results/examples/queries # SLOW 2026-04-10 - cascade from SLOW-skipped results/start_here.py; stub Model lacks sersic_index attribute |
25 | | -- guides/results/database/start_here # SLOW 2026-04-10 - previously failed fast on a broken aggregator query; now runs the real aggregator and exceeds 60s |
26 | 30 | - tutorial_5_borders # Cant get right masks, need proper update. |
27 | | -- tutorial_6_model_fit # InversionException due to test mode |
28 | | -- gui/extra_galaxies_centres # GUI scripts cannot be run |
29 | | -- gui/mask_extra_galaxies # GUI scripts cannot be run |
30 | | -- gui/lens_light_centre # GUI scripts cannot be run |
31 | | -- gui/mask # GUI scripts cannot be run |
32 | | -- gui/positions # GUI scripts cannot be run |
33 | | -- deflections # Output HDU not supported for VectorYX Detections. |
34 | | -- deflections_source_snr # Output HDU not supported for VectorYX Detections. |
35 | | -- fits_make # Test mode does not output .fits images. |
36 | | -- png_make # Test mode does not output .png images. |
37 | | -- time_delays # Test mode does not support cosmology ift |
38 | | -- hpc/example_cpu # HPC paths dont exist locally. |
39 | | -- examples/searches # Test mode breaks search visualization. |
40 | | -- data_fitting # Test mode breaks .fits file output |
41 | | -- cluster/modeling # Cluster modeling is not maintained and test mode breaks it. |
42 | | -- cluster/start_here # Cluster analysis is not maintained and test mode breaks it. |
43 | | -- mass_stellar_dark/modeling # Requires CSE to be JAX enabled. |
44 | | -- mass_stellar_dark/slam # Requires CSE to be JAX enabled. |
45 | | -- shapelets/modeling # Issue with JAX, claude remind me about this when you next look at build. |
46 | | -- detect/database # Unsure but not a feature actively used currently. |
47 | | -- imaging/features/advanced/subhalo/sensitivity/ # All sensitivity scripts need updating when visualization refactored. |
48 | | -- plot/visuals # Bugged, but visuals being refactored soon. |
49 | | -- point_source/features/double_einstein_cross/simulator # PointSolver finds 0 positions on small grid |
50 | | -- dataset/imaging/slacs1430+4105 # Dataset folder contains data.py helper, not a runnable script |
0 commit comments