Skip to content

Commit 5c41ba1

Browse files
Jammy2211Jammy2211
authored andcommitted
test
1 parent c4a6339 commit 5c41ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoarray/operators/over_sampling/over_sample_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def sub_size_radial_bins_from(
169169
return sub_size_list[bin_indices]
170170

171171

172-
@numba_util.jit()
172+
# @numba_util.jit()
173173
def grid_2d_slim_over_sampled_via_mask_from(
174174
mask_2d: np.ndarray,
175175
pixel_scales: ty.PixelScales,

0 commit comments

Comments
 (0)