Skip to content

Commit f1f5734

Browse files
committed
just be less strict on pixelave bounds input type
1 parent d28a735 commit f1f5734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yt/utilities/lib/pixelization_routines.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ def pixelize_sph_kernel_projection_pixelave(
13601360
any_float[:] pmass,
13611361
any_float[:] pdens,
13621362
any_float[:] quantity_to_smooth,
1363-
any_float[:] bounds,
1363+
bounds,
13641364
kernel_name="cubic",
13651365
weight_field=None,
13661366
_check_period = (1, 1, 1),

0 commit comments

Comments
 (0)