Skip to content

Setting DOK elements to zero doesn't work. #93

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
hameerabbasi opened this issue Jan 27, 2018 · 0 comments
Closed

Setting DOK elements to zero doesn't work. #93

hameerabbasi opened this issue Jan 27, 2018 · 0 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@hameerabbasi
Copy link
Collaborator

Trivial example:

>>> import sparse
>>> import numpy as np
>>> s = sparse.DOK((1,))
>>> s[0] = 1
>>> s[0]
1.0
>>> s[0] = 0
>>> s[0]
1.0
@hameerabbasi hameerabbasi added the bug Indicates an unexpected problem or unintended behavior label Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant