We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4770b commit f306429Copy full SHA for f306429
1 file changed
autoarray/inversion/pixelization/mesh/rectangular.py
@@ -108,12 +108,17 @@ def mapper_grids_from(
108
Not used for a rectangular pixelization.
109
"""
110
111
+ print(source_plane_data_grid)
112
+
113
relocated_grid = self.relocated_grid_from(
114
border_relocator=border_relocator,
115
source_plane_data_grid=source_plane_data_grid,
116
xp=xp,
117
)
118
119
+ print(relocated_grid)
120
+ ffff
121
122
mesh_grid = self.mesh_grid_from(source_plane_data_grid=relocated_grid, xp=xp)
123
124
mesh_weight_map = self.mesh_weight_map_from(adapt_data=adapt_data, xp=xp)
0 commit comments