Skip to content

Commit 3364833

Browse files
Jammy2211Jammy2211
authored andcommitted
fix rectangular mesh grid plot
1 parent 86df11f commit 3364833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoarray/inversion/mesh/mesh_geometry/rectangular.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def edges_transformed(self):
515515
edges_reshaped = self._xp.stack([edges_y, edges_x]).T
516516

517517
return adaptive_rectangular_transformed_grid_from(
518-
data_grid=self.data_grid.over_sampled,
518+
data_grid=self.data_grid.array,
519519
grid=edges_reshaped,
520520
mesh_weight_map=self.mesh_weight_map,
521521
xp=self._xp,

0 commit comments

Comments
 (0)