Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 20, 2024
1 parent 2c2a939 commit 5f502a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_jit_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,8 +1342,8 @@ def test_ds_prism(compile_args, dtype):
ffi.cast(f"{c_type} *", w.ctypes.data),
ffi.cast(f"{c_type} *", c.ctypes.data),
ffi.cast(f"{c_xtype} *", coords.ctypes.data),
ffi.cast(f"int *", entity_index.ctypes.data),
ffi.cast(f"uint8_t *", entity_perm.ctypes.data),
ffi.cast("int *", entity_index.ctypes.data),
ffi.cast("uint8_t *", entity_perm.ctypes.data),
)

assert np.allclose(
Expand Down

0 comments on commit 5f502a2

Please sign in to comment.