Skip to content

Commit

Permalink
bugfix: numba jitclass import
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Roth committed Dec 12, 2020
1 parent 22bc61d commit f498d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyclone_vi/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def to_likelihood_grid(self, density, num_grid_points, precision=200):
return log_ll


@numba.jitclass([
@numba.experimental.jitclass([
('a', numba.int64),
('b', numba.int64),
('cn', numba.int64[:, :]),
Expand Down

0 comments on commit f498d09

Please sign in to comment.