File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
inversion/pixelization/mappers Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,9 @@ def pix_sub_weights(self) -> PixSubWeights:
283283 mappings = mappings .astype ("int" )
284284 sizes = sizes .astype ("int" )
285285
286+ print (mappings )
287+ print (sizes )
288+
286289 weights = pixel_weights_delaunay_from (
287290 source_plane_data_grid = self .source_plane_data_grid .over_sampled ,
288291 source_plane_mesh_grid = self .source_plane_mesh_grid .array ,
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ def delaunay(self) -> "scipy.spatial.Delaunay":
353353 vertex_neighbor_vertices = delaunay .vertex_neighbor_vertices
354354
355355 voronoi_areas = voronoi_areas_from (mesh_grid )
356- split_points = self . split_cross
356+
357357 simplex_index_for_sub_slim_index = delaunay .find_simplex (self .source_plane_data_grid .over_sampled )
358358 splitted_simplex_index_for_sub_slim_index = delaunay .find_simplex (
359359 self .split_cross
You can’t perform that action at this time.
0 commit comments