Skip to content

Commit 37092eb

Browse files
Jammy2211Jammy2211
authored andcommitted
all tests pass
1 parent d67c4f5 commit 37092eb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

autogalaxy/galaxy/to_inversion.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,10 @@ def mapper_from(
476476
)
477477

478478
return mapper_from(
479-
mapper_grids=mapper_grids, regularization=regularization, preloads=self.preloads, xp=self._xp
479+
mapper_grids=mapper_grids,
480+
regularization=regularization,
481+
preloads=self.preloads,
482+
xp=self._xp,
480483
)
481484

482485
@cached_property

0 commit comments

Comments
 (0)