Skip to content

Commit

Permalink
adding njit to exclusion as alias for nopython=True jit function
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Apr 12, 2017
1 parent 6792ec7 commit 6cc03e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ exclude_lines =
if __name__ == .__main__.:

# Don't count Numba nopython=True jit functions
@jit\(.*nopython=True
@jit\(.*nopython=True
@njit

0 comments on commit 6cc03e9

Please # to comment.