We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9947093 commit 64d16b6Copy full SHA for 64d16b6
1 file changed
autoarray/mask/mask_2d_util.py
@@ -81,7 +81,7 @@ def total_pixels_2d_from(mask_2d: np.ndarray) -> int:
81
return total_regular_pixels
82
83
84
-@numba_util.jit(static_argnums=0)
+@numba_util.jit()
85
def mask_2d_circular_from(
86
shape_native: Tuple[int, int],
87
pixel_scales: ty.PixelScales,
0 commit comments