Skip to content

Commit

Permalink
Small numba change
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Apr 17, 2023
1 parent 53ad2a4 commit 0a6ae94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ _*
.Trashes
ehthumbs.db
Thumbs.db

.vscode
2 changes: 1 addition & 1 deletion ht/numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def transform_complete_ht(replaced, __funcs, __all__, normal, vec=False):
if vec:
conv_fun = numba.vectorize
else:
conv_fun = numba.jit
conv_fun = numba.njit

to_change_full_output = []

Expand Down

0 comments on commit 0a6ae94

Please sign in to comment.