From 279e580bbf715f5aabdf156123baa32129d2f73d Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 15 May 2026 14:07:44 +0100 Subject: [PATCH] config: remove ellipse/database from autogalaxy no_run fallback Drop the `ellipse/database` skip entry from the `autogalaxy:` section of autobuild/config/no_run.yaml. This was the fallback skip rule for the script while the ellipse refactor was pending. With PyAutoGalaxy #408 / #410 / #412 (ellipse JAX refactor, merged 2026-05-14) and PyAutoFit #1270 (Drawer from_dict fix) landed, autogalaxy_workspace scripts/ellipse/database.py now runs cleanly under PYAUTO_TEST_MODE=2 and the fallback is no longer needed. Paired with autogalaxy_workspace PR that removes the same script from its config/build/no_run.yaml. Co-Authored-By: Claude Opus 4.7 (1M context) --- autobuild/config/no_run.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/autobuild/config/no_run.yaml b/autobuild/config/no_run.yaml index 92cf365..b7fa674 100644 --- a/autobuild/config/no_run.yaml +++ b/autobuild/config/no_run.yaml @@ -14,7 +14,6 @@ autogalaxy: - gui/extra_galaxies_centres # GUI scripts cannot be run - examples/searches # Test mode breaks search visualization. - data_fitting # Test mode breaks .fits file output -- ellipse/database # Ellipse model needs refactor and JAX support autolens: - tutorial_searches - tutorial_5_borders # Cant get right masks, need proper update.