Skip to content

Commit fc4770b

Browse files
Jammy2211Jammy2211
authored andcommitted
sign
1 parent 10ceb22 commit fc4770b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

autoarray/fixtures.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,16 @@ def make_regularization_matern_kernel():
356356

357357

358358
def make_rectangular_mesh_grid_3x3():
359-
return aa.Mesh2DRectangular.overlay_grid(
359+
360+
print(make_grid_2d_sub_2_7x7().over_sampled)
361+
362+
grid = aa.Mesh2DRectangular.overlay_grid(
360363
grid=make_grid_2d_sub_2_7x7().over_sampled, shape_native=(3, 3)
361364
)
362365

366+
print(grid)
367+
return grid
368+
363369

364370
def make_delaunay_mesh_grid_9():
365371
grid_9 = aa.Grid2D.no_mask(

0 commit comments

Comments
 (0)