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

setitem on Data with tuple #12

Open
gb119 opened this issue May 18, 2017 · 1 comment
Open

setitem on Data with tuple #12

gb119 opened this issue May 18, 2017 · 1 comment

Comments

@gb119
Copy link
Member

gb119 commented May 18, 2017

Steps to reproduce:
from Stoner import Data
d=Data(np.ones((2,2)))
d[0,0]=5

Shoykd set the top left element of the data to 5 but actually creates a metadata with key (0,0).
Need to sanitise handling of tuple setitem on DataFile

@gb119
Copy link
Member Author

gb119 commented May 19, 2017

Fixed in commit 458eca3 @gb119 gb119 committed 2 minutes ago

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

No branches or pull requests

1 participant