Skip to content

Commit

Permalink
Numba signature bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope committed Dec 11, 2023
1 parent 9b35494 commit 7343fe8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsdate/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,9 +1011,7 @@ def factorize(edge_list, fixed_nodes):
return internal, external

@staticmethod
@numba.njit(
"f8(i4[:, :], f8[:, :], f8[:, :], f8[:, :, :], f8[:], f8[:], f8, b1, b1)"
)
@numba.njit("f8(i4[:, :], f8[:, :], f8[:, :], f8[:, :, :], f8[:], f8[:], f8, b1)")
def propagate(
edges,
likelihoods,
Expand Down

0 comments on commit 7343fe8

Please sign in to comment.