Skip to content

Commit 1a39a7b

Browse files
authored
Merge pull request #82 from PyAutoLabs/fix/ep-no-run-release
fix: park EP scripts as NEEDS_FIX no_run for release testing
2 parents e850bdc + 74086ca commit 1a39a7b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/build/no_run.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@
2020

2121
- session/general # Session mostly works but not maintaining currently.
2222
- session/multi_analysis # Session mostly works but not maintaining currently.
23+
- graphical/ep.py # NEEDS_FIX 2026-08-03 - EP not release-ready: the per-factor searches are truncated (maxcall/maxiter=1000), so each search projects an ESS=1 posterior whose weighted variance is exactly 0; EP feeds that back as a delta-function prior, and the next cycle's initializer raises InitializerException. Intermittent - broke the 2026-08-03 nightly integrate. See PyAutoFit #1332 F10.
24+
- graphical/ep_deterministic.py # NEEDS_FIX 2026-08-03 - EP parked as not release-ready alongside graphical/ep.py. Passes today, but shares the EP machinery whose message projection is unstable. See PyAutoFit #1332 F10.
25+
- graphical/ep_exact.py # NEEDS_FIX 2026-08-03 - EP parked as not release-ready alongside graphical/ep.py. Passes today, but shares the EP machinery whose message projection is unstable. See PyAutoFit #1332 F10.
26+
- graphical/ep_parity.py # NEEDS_FIX 2026-08-03 - EP parked as not release-ready alongside graphical/ep.py. Passes today, but shares the EP machinery whose message projection is unstable. See PyAutoFit #1332 F10.

0 commit comments

Comments
 (0)