Skip to content
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

Error in floordiv when zeros present #4

Open
milesgranger opened this issue Aug 27, 2017 · 0 comments
Open

Error in floordiv when zeros present #4

milesgranger opened this issue Aug 27, 2017 · 0 comments
Assignees
Labels

Comments

@milesgranger
Copy link
Owner

milesgranger commented Aug 27, 2017

Overloading is complete for pontem.Series objects, with an exception that unorderable types: int() < NoneType() error occurs when zeros are present.

To replicate:

import pontem as pt
series = pt.Series(sc=sc, data=range(0, 10))
series //= series
@milesgranger milesgranger self-assigned this Aug 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant