Skip to content

Commit 64d16b6

Browse files
committed
remove static args
1 parent 9947093 commit 64d16b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoarray/mask/mask_2d_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def total_pixels_2d_from(mask_2d: np.ndarray) -> int:
8181
return total_regular_pixels
8282

8383

84-
@numba_util.jit(static_argnums=0)
84+
@numba_util.jit()
8585
def mask_2d_circular_from(
8686
shape_native: Tuple[int, int],
8787
pixel_scales: ty.PixelScales,

0 commit comments

Comments
 (0)