We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1292b commit 6f59d2fCopy full SHA for 6f59d2f
tesseract_jax/primitive.py
@@ -45,7 +45,7 @@ def split_args(
45
)
46
array_args = tuple(
47
arg
48
- for arg, is_static in zip(flat_args, is_static_mask, strict=True) # fmt: skip
+ for arg, is_static in zip(flat_args, is_static_mask, strict=True)
49
if not is_static
50
51
0 commit comments