We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ceb22 commit fc4770bCopy full SHA for fc4770b
1 file changed
autoarray/fixtures.py
@@ -356,10 +356,16 @@ def make_regularization_matern_kernel():
356
357
358
def make_rectangular_mesh_grid_3x3():
359
- return aa.Mesh2DRectangular.overlay_grid(
+
360
+ print(make_grid_2d_sub_2_7x7().over_sampled)
361
362
+ grid = aa.Mesh2DRectangular.overlay_grid(
363
grid=make_grid_2d_sub_2_7x7().over_sampled, shape_native=(3, 3)
364
)
365
366
+ print(grid)
367
+ return grid
368
369
370
def make_delaunay_mesh_grid_9():
371
grid_9 = aa.Grid2D.no_mask(
0 commit comments