Skip to content

Commit f306429

Browse files
Jammy2211Jammy2211
authored andcommitted
identified
1 parent fc4770b commit f306429

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

autoarray/inversion/pixelization/mesh/rectangular.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,17 @@ def mapper_grids_from(
108108
Not used for a rectangular pixelization.
109109
"""
110110

111+
print(source_plane_data_grid)
112+
111113
relocated_grid = self.relocated_grid_from(
112114
border_relocator=border_relocator,
113115
source_plane_data_grid=source_plane_data_grid,
114116
xp=xp,
115117
)
116118

119+
print(relocated_grid)
120+
ffff
121+
117122
mesh_grid = self.mesh_grid_from(source_plane_data_grid=relocated_grid, xp=xp)
118123

119124
mesh_weight_map = self.mesh_weight_map_from(adapt_data=adapt_data, xp=xp)

0 commit comments

Comments
 (0)