Skip to content

Commit

Permalink
inlining broke CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Mar 7, 2024
1 parent 72b7572 commit 82794a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hapsira/core/jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,6 @@ def wrapper(inner_func: Callable) -> Callable:
return wrapper


@hjit("V(f[:])", inline=True)
@hjit("V(f[:])")
def array_to_V_hf(x):
return x[0], x[1], x[2]

0 comments on commit 82794a8

Please sign in to comment.