Skip to content

Commit

Permalink
Numba moved jitclass to experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
umangv committed Dec 27, 2020
1 parent b962bfa commit 801fde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picturedrocks/markers/mutualinformation/infoset.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def quantile_discretize(X, k=5):
return newX


@nb.jitclass(
@nb.experimental.jitclass(
[
("has_y", nb.bool_),
("X", nb.int64[:, :]),
Expand Down

0 comments on commit 801fde1

Please sign in to comment.