Skip to content

Commit 49b23a0

Browse files
Claus SusanneClaus Susanne
Claus Susanne
authored and
Claus Susanne
committed
run ruff
1 parent bb4e90a commit 49b23a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_jit_expression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def test_grad_constant(compile_args):
264264
ffi.cast(f"{c_xtype} *", coords.ctypes.data),
265265
ffi.cast("int *", entity_index.ctypes.data),
266266
ffi.cast("uint8_t *", quad_perm.ctypes.data),
267-
ffi.NULL,
267+
ffi.NULL,
268268
)
269269

270270
assert output[0] == pytest.approx(consts[1] * 2 * points[0, 0])

0 commit comments

Comments
 (0)