Skip to content

Commit

Permalink
numba doesn't like * in arg lists
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Nov 22, 2024
1 parent 2eca8ea commit 0a47c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/mesh/fourth_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@njit(cache=True)
def states(a, ng, idir, *, lo_bc_symmetry=False, hi_bc_symmetry=False):
def states(a, ng, idir, lo_bc_symmetry=False, hi_bc_symmetry=False):
r"""
Predict the cell-centered state to the edges in one-dimension using the
reconstructed, limited slopes. We use a fourth-order Godunov method.
Expand Down

0 comments on commit 0a47c60

Please sign in to comment.