Skip to content

groupby.pyx #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
datakungfu opened this issue Jul 26, 2011 · 3 comments
Closed

groupby.pyx #79

datakungfu opened this issue Jul 26, 2011 · 3 comments

Comments

@datakungfu
Copy link

Hi Wes,
got an error when building
"

index = np.asarray(index)

^

/home/yinchun/diy/pyenv/invest/src/pandas/pandas/src/groupby.pyx:62:28: local variable 'index' referenced before assignment
"
could i just delete this line??

Thanks,
Tim

@wesm
Copy link
Member

wesm commented Jul 26, 2011

I just did it now (just pushed to master). Strange why that doesn't cause an error when I build. What Cython version are you using? Let me know once you've gotten it to build

@datakungfu
Copy link
Author

Success! Thanks.
I am using Cython git repo. (July 23 commit)

@wesm
Copy link
Member

wesm commented Jul 26, 2011

awesome. I will upgrade my Cython (on 0.14.1) too as it looks like it's doing some more rigorous syntax checking now which is great. let me know if you have any trouble

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants