Skip to content

Commit

Permalink
Simplify _lagrange4
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Dec 20, 2023
1 parent c94ed83 commit 538ae32
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions src/qha/v2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,17 @@


@jit(
[
float64(
float64,
float64,
float64,
float64,
float64,
float64,
float64,
float64,
float64,
)
],
float64(
float64,
float64,
float64,
float64,
float64,
float64,
float64,
float64,
float64,
),
nopython=True,
cache=True,
)
Expand Down

0 comments on commit 538ae32

Please sign in to comment.