Skip to content

Commit ec9c31d

Browse files
committed
update ignore type for jit function
1 parent 65a6ed6 commit ec9c31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyramid_sampler/sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ._logging import sampler_log
1111

1212

13-
@numba.jit # type: ignore[misc]
13+
@numba.jit # type: ignore[untyped-decorator]
1414
def _coarsen(
1515
output_shape: tuple[int, int, int],
1616
level_coarse: int,

0 commit comments

Comments
 (0)