You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: dataset-scoped preloads consumption — cross-type shared state reduces to mesh view
In a joint imaging+interferometer FactorGraphModel, the lead factor's shared preloads are
forwarded to EVERY factor. A PreloadsInterferometer carries a mapper + curvature matrix that
embed ITS dataset's grids — consuming them in an imaging fit (or vice versa) would silently
corrupt the likelihood. Both fits now scope their preloads at consumption (_preloads_scoped):
same-type passes through by identity; cross-type reduces to the mesh-geometry view, the only
part valid across dataset types (PyAutoLens#599 D5). AnalysisInterferometer.shared_state_from
also populates the mesh fields so an interferometer lead shares the mesh cross-type.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments