From 9898d84aec02a248062b4607b32cf056bd2a2bc9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Feb 2026 09:23:25 +0000 Subject: [PATCH 1/2] Initial plan From 3ed7e96f73792f271d982dedca248f8b1c39d9c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Feb 2026 09:26:02 +0000 Subject: [PATCH 2/2] Add settings parameter to MapperDelaunay factory call Co-authored-by: Jammy2211 <23455639+Jammy2211@users.noreply.github.com> --- autoarray/inversion/pixelization/mappers/factory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autoarray/inversion/pixelization/mappers/factory.py b/autoarray/inversion/pixelization/mappers/factory.py index 001a7d723..a7718e150 100644 --- a/autoarray/inversion/pixelization/mappers/factory.py +++ b/autoarray/inversion/pixelization/mappers/factory.py @@ -73,6 +73,7 @@ def mapper_from( mapper_grids=mapper_grids, border_relocator=border_relocator, regularization=regularization, + settings=settings, preloads=preloads, xp=xp, )