-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grab 'values' attribute from Series in iterate_jit
- Resolves #1468 - if attribute passed to 'high level' function is a Series, grab the underlying 'values' attribute, which is enough like an ndarray to satisfy Numba (so that the jit operation can succeed)
- Loading branch information
T.J. Alumbaugh
committed
Jul 12, 2017
1 parent
eab6cfa
commit 4c88306
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters